diff --git a/src/app/AppController.cpp b/src/app/AppController.cpp index 7453b3e6f..775ff72c1 100644 --- a/src/app/AppController.cpp +++ b/src/app/AppController.cpp @@ -23,6 +23,7 @@ #include #include #include +#include #include "gitversion.h" @@ -83,6 +84,7 @@ AppController::AppController (int &argc, char *argv[]) { QCoreApplication::setApplicationVersion(APPLICATION_VERSION); mApp = new App(argc, argv); + QQuickStyle::setStyle("Default"); if (mApp->isSecondary()) { QString command = mApp->getCommandArgument(); mApp->sendMessage(command.isEmpty() ? "show" : command.toLocal8Bit(), -1);