summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-10-12 17:57:51 +0200
committerAleks Kissinger <aleks0@gmail.com>2018-10-12 17:57:51 +0200
commitb1cffdb16ca56905a2115aae715ef772f653992c (patch)
tree389047f7fb507b1684b619994f837080ec254c3f /src/main.cpp
parentf6e37a0c273464a2e1abf65cdbd5001952a506ba (diff)
fixed many glitches in style editorv2.0-rc2
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index ac8ab13..2fa81d1 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -45,7 +45,7 @@ int main(int argc, char *argv[])
// dummy application for detecting DPI
QApplication *a0 = new QApplication(argc, argv);
- qDebug() << "physical DPI" << QApplication::screens()[0]->physicalDotsPerInch();
+// qDebug() << "physical DPI" << QApplication::screens()[0]->physicalDotsPerInch();
if (QApplication::screens()[0]->physicalDotsPerInch() >= 100) {
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);