summaryrefslogtreecommitdiff
path: root/src/notificationbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-02-28 19:28:32 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-02-28 19:28:32 +0100
commitc45c938b62e7f667acbe956ec13a7fc18e340d4d (patch)
tree820c6bc25fb04d03ec961548bda44105a7c6d576 /src/notificationbar.h
parentDo NOT parse suggestions referred to empty strings (diff)
downloadrekonq-c45c938b62e7f667acbe956ec13a7fc18e340d4d.tar.xz
Clean up all d-tors to fix an eventual crash on exit
Diffstat (limited to 'src/notificationbar.h')
-rw-r--r--src/notificationbar.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/notificationbar.h b/src/notificationbar.h
index 4b098584..49fc8e8d 100644
--- a/src/notificationbar.h
+++ b/src/notificationbar.h
@@ -23,6 +23,7 @@
*
* ============================================================ */
+
#ifndef NOTIFICATIONBAR_H
#define NOTIFICATIONBAR_H
@@ -37,6 +38,7 @@
// Forward Declarations
class QPropertyAnimation;
+
class BlinkEffect : public QGraphicsEffect
{
Q_OBJECT
@@ -73,12 +75,15 @@ private:
};
+
+// ------------------------------------------------------------------------------------------
+
+
class NotificationBar : public QWidget
{
Q_OBJECT
public:
explicit NotificationBar(QWidget *parent = 0);
- ~NotificationBar();
void notifyUser(int animationDuration = 400);