summaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-09-30 10:59:54 +0200
committerEike Ziller <eike.ziller@theqtcompany.com>2015-09-30 11:01:24 +0200
commit5c77df1268f717a9ca666313acfd90e16930a8e4 (patch)
treefa3ca51c93ef36b5d07aef2c12e2ca685c02dbc4 /src/app
parente2d0960d7705a06ffdfeb87869e2ad98e6400aed (diff)
parent6dca1499ac867a3a66d5d1210918ec1f8ff0652c (diff)
downloadqt-creator-5c77df1268f717a9ca666313acfd90e16930a8e4.tar.gz
Merge remote-tracking branch 'origin/3.5'
Conflicts: qtcreator.pri Change-Id: I87576b71cee9f2f4eb856531f1a8816b1d3738db
Diffstat (limited to 'src/app')
-rw-r--r--src/app/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app/main.cpp b/src/app/main.cpp
index f8ce9a87f4..bb10f99790 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -299,8 +299,6 @@ int main(int argc, char **argv)
&& !qEnvironmentVariableIsSet("QT_DEVICE_PIXEL_RATIO")) {
qputenv("QT_DEVICE_PIXEL_RATIO", "auto");
}
-#else
- qputenv("QT_AUTO_SCREEN_SCALE_FACTOR", "1");
#endif // < Qt 5.6
QLoggingCategory::setFilterRules(QLatin1String("qtc.*.debug=false"));