diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-02-28 19:28:32 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-02-28 19:28:32 +0100 |
commit | c45c938b62e7f667acbe956ec13a7fc18e340d4d (patch) | |
tree | 820c6bc25fb04d03ec961548bda44105a7c6d576 /src/messagebar.cpp | |
parent | Do NOT parse suggestions referred to empty strings (diff) | |
download | rekonq-c45c938b62e7f667acbe956ec13a7fc18e340d4d.tar.xz |
Clean up all d-tors to fix an eventual crash on exit
Diffstat (limited to 'src/messagebar.cpp')
-rw-r--r-- | src/messagebar.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/messagebar.cpp b/src/messagebar.cpp index 5072735b..b5959d59 100644 --- a/src/messagebar.cpp +++ b/src/messagebar.cpp @@ -23,6 +23,7 @@ * * ============================================================ */ + // Self Includes #include "messagebar.h" #include "messagebar.moc" @@ -38,6 +39,7 @@ #include <QPushButton> #include <QToolButton> + MessageBar::MessageBar(const QString &message, QWidget *parent, QMessageBox::Icon icon, StandardButtons buttons) : NotificationBar(parent) , m_icon(0) |