Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
KGeography
Commits
5fb452ac
Commit
5fb452ac
authored
Sep 01, 2022
by
Laurent Montel
Browse files
It's enabled by default
parent
4752d093
Pipeline
#225699
passed with stage
in 1 minute and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
5fb452ac
...
...
@@ -35,8 +35,9 @@ int main(int argc, char *argv[])
KAboutData
::
setApplicationData
(
about
);
app
.
setWindowIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"kgeography"
)));
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
app
.
setAttribute
(
Qt
::
AA_UseHighDpiPixmaps
,
true
);
#endif
KCrash
::
initialize
();
QCommandLineParser
parser
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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