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>2020-03-26 16:24:58 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2020-03-26 16:24:58 +0300
commit4b28fd60b69087167409c6da453f09477f1cea48 (patch)
tree890f92e2c2eaff4d8097b321f4907dc3e0ef040d /src/gui/notificationwidget.h
parent41182605f0d8760d8d2573dcee2ed1b36be8bafe (diff)
parent242e4e1d702ca8a74ffeb6e266c5dd8f7088e46c (diff)
Merge remote-tracking branch 'origin/2.6'
Diffstat (limited to 'src/gui/notificationwidget.h')
-rw-r--r--src/gui/notificationwidget.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/gui/notificationwidget.h b/src/gui/notificationwidget.h
index 6058977b0..91fb1a596 100644
--- a/src/gui/notificationwidget.h
+++ b/src/gui/notificationwidget.h
@@ -21,8 +21,6 @@
#include "ui_notificationwidget.h"
-#define NOTIFICATION_WIDGET_CLOSE_AFTER_MILLISECS 4800
-
class QProgressIndicator;
namespace OCC {
@@ -44,10 +42,9 @@ public slots:
void setActivity(const Activity &activity);
void slotNotificationRequestFinished(int statusCode);
-private slots:
- void slotButtonClicked();
-
private:
+ void slotButtonClicked(QPushButton *buttonWidget, const ActivityLink &triggeredLink);
+
Ui_NotificationWidget _ui;
Activity _myActivity;
QList<QPushButton *> _buttons;