From ba9fa320c47eaf322abe11e1a6b6708620b65fdf Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 3 Jul 2012 19:11:45 +0200 Subject: 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 --- src/mainview.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mainview.h') 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; -- cgit v1.2.1