Skip to content
Snippets Groups Projects
Commit d8e44245 authored by SeeLook's avatar SeeLook :musical_note:
Browse files

Force Basic style

parent 69b85501
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ int main(int argc, char *argv[])
qDebug() << "==== NOOTKA LOG =======\n" << QDateTime::currentDateTime().toString();
}
#else
qputenv("QT_QUICK_CONTROLS_STYLE", ""); // reset style environment var - other styles can cause crashes
qputenv("QT_QUICK_CONTROLS_STYLE", "Basic"); // reset style environment var - other styles can cause crashes
#endif
QElapsedTimer startElapsed;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment