summaryrefslogtreecommitdiffstats
path: root/api/logic/notifications
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/notifications')
-rw-r--r--api/logic/notifications/NotificationChecker.cpp2
-rw-r--r--api/logic/notifications/NotificationChecker.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/api/logic/notifications/NotificationChecker.cpp b/api/logic/notifications/NotificationChecker.cpp
index 6d006c31..ae5805bd 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(int)
+void NotificationChecker::downloadSucceeded()
{
m_entries.clear();
diff --git a/api/logic/notifications/NotificationChecker.h b/api/logic/notifications/NotificationChecker.h
index c8e831d5..ab3a79af 100644
--- a/api/logic/notifications/NotificationChecker.h
+++ b/api/logic/notifications/NotificationChecker.h
@@ -43,7 +43,7 @@ slots:
private
slots:
- void downloadSucceeded(int);
+ void downloadSucceeded();
signals:
void notificationCheckFinished();