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
Plasma
Plasma Workspace
Commits
4ccb6b4f
Commit
4ccb6b4f
authored
Nov 25, 2020
by
Alexander Lohnau
💬
Browse files
Prevent clang-format uglification
parent
2d230cdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/notifications/globalshortcuts.cpp
View file @
4ccb6b4f
...
...
@@ -54,7 +54,7 @@ void GlobalShortcuts::showDoNotDisturbOsd(bool doNotDisturb) const
);
const
QString
iconName
=
doNotDisturb
?
QStringLiteral
(
"notifications-disabled"
)
:
QStringLiteral
(
"notifications"
);
const
QString
text
=
doNotDisturb
?
i18nc
(
"OSD popup, keep short"
,
"Notifications Off"
)
const
QString
text
=
doNotDisturb
?
i18nc
(
"OSD popup, keep short"
,
"Notifications Off"
)
//
:
i18nc
(
"OSD popup, keep short"
,
"Notifications On"
);
msg
.
setArguments
({
iconName
,
text
});
...
...
Alexander Lohnau
💬
@alex
mentioned in merge request
!381 (merged)
·
Nov 25, 2020
mentioned in merge request
!381 (merged)
mentioned in merge request !381
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