diff options
author | Pierre Rossi <pierre.rossi@nokia.com> | 2010-09-14 19:50:28 +0200 |
---|---|---|
committer | Pierre Rossi <pierre.rossi@nokia.com> | 2010-09-15 14:27:45 +0200 |
commit | 653457c61fb27887bfb37eab656181b958db886e (patch) | |
tree | d5d91c6f3da77ce569a7b0bc54935d4f0b486a4a /src/notificationbar.h | |
parent | Upgraded download i18n script to automagically grab translation strings (diff) | |
download | rekonq-653457c61fb27887bfb37eab656181b958db886e.tar.xz |
Notification bar: fix a memory leak.
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; |