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
KDE PIM Runtime
Commits
893d80f1
Commit
893d80f1
authored
Sep 10, 2020
by
Laurent Montel
😁
Browse files
Remove deprecated method
parent
24b41163
Pipeline
#33804
failed with stage
in 79 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
agents/newmailnotifier/specialnotifierjob.cpp
View file @
893d80f1
...
...
@@ -138,7 +138,7 @@ void SpecialNotifierJob::emitNotification(const QPixmap &pixmap)
}
if
(
NewMailNotifierAgentSettings
::
showButtonToDisplayMail
())
{
KNotification
*
notification
=
new
KNotification
(
QStringLiteral
(
"new-email"
),
nullptr
,
KNotification
*
notification
=
new
KNotification
(
QStringLiteral
(
"new-email"
),
NewMailNotifierAgentSettings
::
keepPersistentNotification
()
?
KNotification
::
Persistent
|
KNotification
::
SkipGrouping
:
KNotification
::
CloseOnTimeout
);
notification
->
setText
(
result
.
join
(
QLatin1Char
(
'\n'
)));
...
...
Write
Preview
Markdown
is supported
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