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:
authorKlaas Freitag <freitag@owncloud.com>2016-03-18 12:02:11 +0300
committerKlaas Freitag <freitag@owncloud.com>2016-03-18 12:02:11 +0300
commit0a590b7cbed90eb71a2ba7e70aed77bdb6cba884 (patch)
treeceefc8cb9e1badbfd94dbbe902e73106537e8119 /src/gui/notificationwidget.h
parent05de710b672f91cbc5bfe57d86ff429092b05487 (diff)
Notifications: Give feedback if notifcation request succeeded.
Also display a time stamp.
Diffstat (limited to 'src/gui/notificationwidget.h')
-rw-r--r--src/gui/notificationwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/notificationwidget.h b/src/gui/notificationwidget.h
index 9abcd8b6c..fceb2d97f 100644
--- a/src/gui/notificationwidget.h
+++ b/src/gui/notificationwidget.h
@@ -46,6 +46,7 @@ private:
QList<QPushButton*> _buttons;
QString _accountName;
QProgressIndicator *_progressIndi;
+ QString _actionLabel;
};
}