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
PIM
Kalendar
Commits
9a217d17
Commit
9a217d17
authored
Nov 15, 2021
by
Nicolas Fella
Browse files
Force breeze QStyle on Windows and Mac
parent
e0543731
Pipeline
#97976
failed with stage
in 5 minutes and 41 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
9a217d17
...
...
@@ -54,6 +54,10 @@ int main(int argc, char *argv[])
QQuickStyle
::
setStyle
(
QStringLiteral
(
"org.kde.desktop"
));
}
#if defined(Q_OS_WIN) || defined(Q_OS_MAC)
QApplication
::
setStyle
(
QStringLiteral
(
"breeze"
));
#endif
KAboutData
aboutData
(
// The program name used internally.
QStringLiteral
(
"kalendar"
),
...
...
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