[pim/kdepim-runtime/release/26.08] agents/newmailnotifier: Add icon
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 4d0a80aeba32b0a0db49b9cb2b2ad83bd9fa020b by Laurent Montel.
Committed on 09/08/2026 at 20:45.
Pushed by mlaurent into branch 'release/26.08'.
Add icon
(cherry picked from commit 9bfbe0a964970c7576f81612098e6b47c8bfbf04)
M +1 -0 agents/newmailnotifier/newmailnotificationhistorydialog.cpp
https://invent.kde.org/pim/kdepim-runtime/-/commit/4d0a80aeba32b0a0db49b9cb2b2ad83bd9fa020b
diff --git a/agents/newmailnotifier/newmailnotificationhistorydialog.cpp b/agents/newmailnotifier/newmailnotificationhistorydialog.cpp
index d4860e0b8..1d269d449 100644
--- a/agents/newmailnotifier/newmailnotificationhistorydialog.cpp
+++ b/agents/newmailnotifier/newmailnotificationhistorydialog.cpp
@@ -23,6 +23,7 @@ NewMailNotificationHistoryDialog::NewMailNotificationHistoryDialog(QWidget *pare
: QDialog(parent)
, mNewHistoryNotificationWidget(new NewMailNotificationHistoryWidget(this))
{
+ setWindowIcon(QIcon::fromTheme(QStringLiteral("kmail")));
setWindowTitle(i18nc("@title:window", "Notification History"));
auto mainLayout = new QVBoxLayout(this);
mainLayout->setObjectName("mainLayout"_L1);