[network/ruqola] src/widgets/notifications: Fix MACRO typo + remove unused method
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit b4e565f26d92d43f8849b4f4adb1263f0a3022ba by Laurent Montel.
Committed on 14/08/2026 at 16:23.
Pushed by mlaurent into branch 'master'.
Fix MACRO typo + remove unused method
M +1 -2 src/widgets/notifications/notificationmanager.h
https://invent.kde.org/network/ruqola/-/commit/b4e565f26d92d43f8849b4f4adb1263f0a3022ba
diff --git a/src/widgets/notifications/notificationmanager.h b/src/widgets/notifications/notificationmanager.h
index 22031042c2..e652f5bd65 100644
--- a/src/widgets/notifications/notificationmanager.h
+++ b/src/widgets/notifications/notificationmanager.h
@@ -29,8 +29,7 @@ Q_SIGNALS:
void alert();
private:
- LIBRUQOLACORE_NO_EXPORT void updateUnityService(int unreadMessage);
- LIBRUQOLACORE_NO_EXPORT void createSystrayToolTip();
+ LIBRUQOLAWIDGETS_NO_EXPORT void createSystrayToolTip();
QMap<QString, Notification::TrayInfo> mListTrayIcon;
KActionCollection *const mActionCollection;