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
KMail
Commits
9b47218e
Commit
9b47218e
authored
Jun 13, 2017
by
Laurent Montel
😁
Browse files
Fix icon problem on wayland
parent
c5d6aac5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
9b47218e
...
...
@@ -114,6 +114,7 @@ int main(int argc, char *argv[])
KLocalizedString
::
setApplicationDomain
(
"kmail"
);
app
.
setAttribute
(
Qt
::
AA_UseHighDpiPixmaps
,
true
);
app
.
setWindowIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"kmail"
)));
app
.
setDesktopFileName
(
QStringLiteral
(
"org.kde.kmail2"
));
KCrash
::
initialize
();
KMail
::
AboutData
about
;
app
.
setAboutData
(
about
);
...
...
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