Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-01-31 13:57:20 +0300
committerHannah von Reth <vonreth@kde.org>2022-02-04 13:53:42 +0300
commitc370712d8245bda4a901f1d9ff8760a9826b4604 (patch)
treef84876a9da1b5a20d101bef3f1e67ff55026ffb8 /src/gui/activitywidget.h
parent322d9d28bb2bbfeeaa84e46c8544e3c845db4356 (diff)
Replace ocsjob with JsonApiJob
Diffstat (limited to 'src/gui/activitywidget.h')
-rw-r--r--src/gui/activitywidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/activitywidget.h b/src/gui/activitywidget.h
index 338a590b2..52002a4aa 100644
--- a/src/gui/activitywidget.h
+++ b/src/gui/activitywidget.h
@@ -86,7 +86,7 @@ signals:
private slots:
void slotBuildNotificationDisplay(const ActivityList &list);
void slotSendNotificationRequest(const QString &accountName, const QString &link, const QByteArray &verb);
- void endNotificationRequest(NotificationWidget *widget, int replyCode);
+ void endNotificationRequest(NotificationWidget *widget, bool success);
void scheduleWidgetToRemove(NotificationWidget *widget, int milliseconds = 100);
void slotCheckToCleanWidgets();