diff --git a/src/main.cpp b/src/main.cpp index 3cdce7e97..7557b7b69 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -85,6 +85,8 @@ void useStyle(QApplication *app, int style){ app->setStyle(new QWindowsXPStyle()); break; #endif + default: + app->setStyle(new QPlastiqueStyle()); } }