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
Multimedia
Elisa
Commits
7c6a1977
Commit
7c6a1977
authored
Aug 22, 2022
by
Nicolas Fella
Browse files
Fix condition for Breeze style
This was supposed to be Windows, not Android
parent
d8a3d991
Pipeline
#221269
passed with stage
in 4 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
7c6a1977
...
...
@@ -81,7 +81,7 @@ int main(int argc, char *argv[])
QApplication
app
(
argc
,
argv
);
#if defined Q_OS_
ANDROID
|| defined Q_OS_MAC
#if defined Q_OS_
WIN
|| defined Q_OS_MAC
QApplication
::
setStyle
(
QStringLiteral
(
"breeze"
));
#endif
...
...
Nicolas Fella
@nicolasfella
mentioned in commit
07e35a1a
·
Aug 22, 2022
mentioned in commit
07e35a1a
mentioned in commit 07e35a1ae99b7a95b6893e10239c420650e7c187
Toggle commit list
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