diff options
Diffstat (limited to 'api/logic/notifications/NotificationChecker.cpp')
-rw-r--r-- | api/logic/notifications/NotificationChecker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/logic/notifications/NotificationChecker.cpp b/api/logic/notifications/NotificationChecker.cpp index ae5805bd..6d006c31 100644 --- a/api/logic/notifications/NotificationChecker.cpp +++ b/api/logic/notifications/NotificationChecker.cpp @@ -60,7 +60,7 @@ void NotificationChecker::checkForNotifications() m_checkJob->start(); } -void NotificationChecker::downloadSucceeded() +void NotificationChecker::downloadSucceeded(int) { m_entries.clear(); |