diff options
-rw-r--r-- | applications/kube/main.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/applications/kube/main.cpp b/applications/kube/main.cpp index 9241d898..e098ed3a 100644 --- a/applications/kube/main.cpp +++ b/applications/kube/main.cpp | |||
@@ -36,11 +36,9 @@ | |||
36 | #include <QJsonDocument> | 36 | #include <QJsonDocument> |
37 | #include <QJsonObject> | 37 | #include <QJsonObject> |
38 | #include <QFileInfo> | 38 | #include <QFileInfo> |
39 | |||
40 | #include <QIcon> | ||
41 | #include <QFont> | 39 | #include <QFont> |
42 | |||
43 | #include <QDebug> | 40 | #include <QDebug> |
41 | |||
44 | #include "framework/src/keyring.h" | 42 | #include "framework/src/keyring.h" |
45 | #include "kube_version.h" | 43 | #include "kube_version.h" |
46 | 44 | ||
@@ -170,8 +168,6 @@ int main(int argc, char *argv[]) | |||
170 | } | 168 | } |
171 | } | 169 | } |
172 | 170 | ||
173 | QIcon::setThemeName("kube"); | ||
174 | |||
175 | QQmlApplicationEngine engine; | 171 | QQmlApplicationEngine engine; |
176 | const auto file = "/org/kube/components/kube/main.qml"; | 172 | const auto file = "/org/kube/components/kube/main.qml"; |
177 | const auto mainFile = [&] { | 173 | const auto mainFile = [&] { |