We require Qt 5.12 now

remotes/origin/work/aacid/shorcutslost_2008
Albert Astals Cid 6 years ago
parent ea5bf62189
commit 4ee716096d
  1. 2
      shell/main.cpp

@ -47,9 +47,7 @@ int main(int argc, char **argv)
QGuiApplication::setHighDpiScaleFactorRoundingPolicy(Qt::HighDpiScaleFactorRoundingPolicy::PassThrough);
#endif
#if QT_VERSION >= QT_VERSION_CHECK(5, 10, 0)
QCoreApplication::setAttribute(Qt::AA_CompressTabletEvents);
#endif
QApplication app(argc, argv);
KLocalizedString::setApplicationDomain("okular");

Loading…
Cancel
Save