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/findbar.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/findbar.cpp')
-rw-r--r-- | src/findbar.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/findbar.cpp b/src/findbar.cpp index aefdffe1..ebb6e641 100644 --- a/src/findbar.cpp +++ b/src/findbar.cpp @@ -116,11 +116,6 @@ FindBar::FindBar(MainWindow *window) } -FindBar::~FindBar() -{ -} - - void FindBar::keyPressEvent(QKeyEvent *event) { if (event->key() == Qt::Key_Return) |