[qet] qet/qet: [4963] Minor |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 4963
Author: scorpio810
Date: 2017-05-18 03:02:43 +0200 (Thu, 18 May 2017)
Log Message:
-----------
Minor
Modified Paths:
--------------
trunk/sources/main.cpp
Modified: trunk/sources/main.cpp
===================================================================
--- trunk/sources/main.cpp 2017-05-18 00:24:42 UTC (rev 4962)
+++ trunk/sources/main.cpp 2017-05-18 01:02:43 UTC (rev 4963)
@@ -31,10 +31,6 @@
QCoreApplication::setOrganizationDomain("qelectrotech.org");
QCoreApplication::setApplicationName("QElectroTech");
//Creation and execution of the application
-#ifdef Q_OS_WIN
- SetProcessDPIAware(); // call before the main event loop
-#endif // Q_OS_WIN
-
#if QT_VERSION >= QT_VERSION_CHECK(5,6,0)
QApplication::setAttribute(Qt::AA_DisableHighDpiScaling);
#else