Remove QC1 style variable since QC1 dialogs are no longer used

This commit is contained in:
Cameron Gutman 2019-04-18 20:04:24 -07:00
parent 1dfca525cf
commit 3ba98e86f2

View File

@ -413,9 +413,6 @@ int main(int argc, char *argv[])
if (!qEnvironmentVariableIsSet("QT_QUICK_CONTROLS_UNIVERSAL_THEME")) {
qputenv("QT_QUICK_CONTROLS_UNIVERSAL_THEME", "Dark");
}
if (!qEnvironmentVariableIsSet("QT_QUICK_CONTROLS_1_STYLE")) {
qputenv("QT_QUICK_CONTROLS_1_STYLE", "Base");
}
QQmlApplicationEngine engine;
QString initialView;