summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-07-03 19:11:45 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-07-03 19:16:48 +0200
commitba9fa320c47eaf322abe11e1a6b6708620b65fdf (patch)
treea7dc79e8fbe4182ee6aad6c6ed3902e555941bcf /src/mainview.h
parentSave one (unuseful) call (diff)
downloadrekonq-ba9fa320c47eaf322abe11e1a6b6708620b65fdf.tar.xz
Get sure UrlBar is deleted well (i.e. later) and in the right place
(i.e. the WebTab dtor). I cannot no more reproduce the problems described in #296346, #300892 and #268328 What about you? CCBUG: 296346 CCBUG: 300892 CCBUG: 268328
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainview.h b/src/mainview.h
index da03bae8..b6cbf2f0 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -63,7 +63,8 @@ class REKONQ_TESTS_EXPORT MainView : public KTabWidget
public:
MainView(QWidget *parent);
-
+ ~MainView();
+
inline StackedUrlBar *widgetBar() const
{
return m_widgetBar;