From 55de581ee9829c5fcb5bae37504fad4e89cac721 Mon Sep 17 00:00:00 2001 From: Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com> Date: Fri, 15 May 2026 09:23:09 +0200 Subject: Add setting to show notifications when downloads complete or fail (#2338) --- src/mainwindow.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index d3e1d480..cc7e3366 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -78,6 +78,7 @@ class DirectoryEntry; #include #include #include +#include #include #include #include @@ -156,6 +157,10 @@ public: return m_ArchiveListWriter; } + void showNotification(const QString& title, const QString& message, + QSystemTrayIcon::MessageIcon icon = + QSystemTrayIcon::MessageIcon::Information) override; + public slots: void refresherProgress(const DirectoryRefreshProgress* p); -- cgit v1.3.1