summaryrefslogtreecommitdiff
path: root/src/zoombar.cpp
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/zoombar.cpp
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/zoombar.cpp')
-rw-r--r--src/zoombar.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/zoombar.cpp b/src/zoombar.cpp
index 64c32b8b..7399b000 100644
--- a/src/zoombar.cpp
+++ b/src/zoombar.cpp
@@ -102,15 +102,6 @@ ZoomBar::ZoomBar(QWidget *parent)
}
-ZoomBar::~ZoomBar()
-{
- delete m_zoomIn;
- delete m_zoomOut;
- delete m_zoomNormal;
- delete m_zoomSlider;
-}
-
-
void ZoomBar::setupActions(MainWindow *window)
{
KAction *a;