Revert "UI: Only scale HiDPI on QT 5.6+"

This reverts commit 404258f41a.
master
jp9000 2016-11-04 04:26:52 -07:00
parent e72d59e2c7
commit 06894c6e84
1 changed files with 0 additions and 3 deletions

View File

@ -29,7 +29,6 @@
#include <obs-config.h>
#include <obs.hpp>
#include <QtGlobal>
#include <QGuiApplication>
#include <QProxyStyle>
#include <QScreen>
@ -1320,9 +1319,7 @@ static int run_program(fstream &logFile, int argc, char *argv[])
QCoreApplication::addLibraryPath(".");
#if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
#endif
OBSApp program(argc, argv, profilerNameStore.get());
try {