NOISSUE refactor NetAction to be based on Task
Still missing some things, this is part 1.
This commit is contained in:
@ -60,7 +60,7 @@ void NotificationChecker::checkForNotifications()
|
||||
m_checkJob->start();
|
||||
}
|
||||
|
||||
void NotificationChecker::downloadSucceeded(int)
|
||||
void NotificationChecker::downloadSucceeded()
|
||||
{
|
||||
m_entries.clear();
|
||||
|
||||
|
@ -43,7 +43,7 @@ slots:
|
||||
|
||||
private
|
||||
slots:
|
||||
void downloadSucceeded(int);
|
||||
void downloadSucceeded();
|
||||
|
||||
signals:
|
||||
void notificationCheckFinished();
|
||||
|
Reference in New Issue
Block a user