summaryrefslogtreecommitdiff
path: root/main.cxx
diff options
context:
space:
mode:
authorErik Prabowo Kamal <erik@darapsa.co.id>2019-08-27 09:54:38 +0800
committerErik Prabowo Kamal <erik@darapsa.co.id>2019-08-27 09:54:38 +0800
commit89860a73d0a65bd47a28002dbad6087292b2615d (patch)
treed860cd48af97693e957c50b234a2b9aad20453b6 /main.cxx
parent40db7eb6ec8115342410b45a94f842d06bf63d91 (diff)
Removed Kelakon namespace for NetworkWorker
Diffstat (limited to 'main.cxx')
-rw-r--r--main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cxx b/main.cxx
index 0108135..41b25af 100644
--- a/main.cxx
+++ b/main.cxx
@@ -9,7 +9,7 @@ int main(int argc, char* argv[])
QGuiApplication app(argc, argv);
QQmlApplicationEngine engine;
- Kelakon::NetworkWorker worker{};
+ NetworkWorker worker{};
QThread thread;
worker.moveToThread(&thread);