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
PIM
Itinerary
Commits
bc51622e
Commit
bc51622e
authored
Jan 03, 2022
by
Laurent Montel
😁
Browse files
It's enabled by default in qt6
parent
61ac93a2
Pipeline
#117565
passed with stage
in 1 minute and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/app/main.cpp
View file @
bc51622e
...
...
@@ -212,9 +212,10 @@ int main(int argc, char **argv)
QCoreApplication
::
setOrganizationName
(
QStringLiteral
(
"KDE"
));
QCoreApplication
::
setOrganizationDomain
(
QStringLiteral
(
"kde.org"
));
QCoreApplication
::
setApplicationVersion
(
QStringLiteral
(
ITINERARY_VERSION_STRING
));
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
QGuiApplication
::
setAttribute
(
Qt
::
AA_EnableHighDpiScaling
);
QGuiApplication
::
setAttribute
(
Qt
::
AA_UseHighDpiPixmaps
);
#endif
#ifdef Q_OS_ANDROID
QGuiApplication
app
(
argc
,
argv
);
QQuickStyle
::
setStyle
(
QStringLiteral
(
"Material"
));
...
...
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