From 39e5edfb51ed64c48124ff40f5dc8e48d2b59344 Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Thu, 18 May 2017 01:02:43 +0000 Subject: [PATCH] Minor git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4963 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sources/main.cpp b/sources/main.cpp index 7440e0099..fe4272275 100644 --- a/sources/main.cpp +++ b/sources/main.cpp @@ -31,10 +31,6 @@ int main(int argc, char **argv) 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