From 3ba98e86f28d8b9861087c7ca010ba4426fe0daa Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Thu, 18 Apr 2019 20:04:24 -0700 Subject: [PATCH] Remove QC1 style variable since QC1 dialogs are no longer used --- app/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/main.cpp b/app/main.cpp index 6cebfe3c..c7a796d6 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -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;