From e1465f4848d003cab3d3d1288c1a0f3b945083ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 29 Apr 2017 02:24:00 +0200 Subject: NOISSUE refactor NetAction to be based on Task Still missing some things, this is part 1. --- api/logic/notifications/NotificationChecker.cpp | 2 +- api/logic/notifications/NotificationChecker.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'api/logic/notifications') 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(); -- cgit v1.2.3