diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-09-16 00:51:50 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-09-16 00:51:50 +0200 |
commit | b33af30051796d6e150bc632da102124d9939ea7 (patch) | |
tree | 4a5c8ed6479ebe79884c3a2da33a8ec201fc0aa5 /src/notificationbar.h | |
parent | Wallet/previewbar: adjust the already existing bar's target. (diff) | |
parent | Notification bar: fix a memory leak. (diff) | |
download | rekonq-b33af30051796d6e150bc632da102124d9939ea7.tar.xz |
Merge commit 'refs/merge-requests/2295' of git://gitorious.org/rekonq/mainline
Diffstat (limited to 'src/notificationbar.h')
-rw-r--r-- | src/notificationbar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/notificationbar.h b/src/notificationbar.h index 15b0255c..858fac80 100644 --- a/src/notificationbar.h +++ b/src/notificationbar.h @@ -37,8 +37,9 @@ class NotificationBar : public QWidget { public: explicit NotificationBar(QWidget *parent = 0); + ~NotificationBar(); - void notifyUser(int animationDuration = 500); + void notifyUser(int animationDuration = 400); private: BlinkEffect *m_blinkEffect; |