Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graphics
Okular
Commits
4ee71609
Commit
4ee71609
authored
Sep 17, 2020
by
Albert Astals Cid
Browse files
We require Qt 5.12 now
parent
ea5bf621
Pipeline
#34627
passed with stage
in 10 minutes and 16 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
shell/main.cpp
View file @
4ee71609
...
...
@@ -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"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment