From 830b2f24ec1375b5fee5891f10444a67da562484 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 8 Nov 2011 12:42:45 +0100 Subject: Remove postLaunch calls This will help a lot in having a clean/easy startup, also a bit less fast. Let's see if this helps stability... PS: To the bug reporter. I pushed a "NoPostLaunch" in rekonq git repo. Can you please try compiling and testing if this fixes your troubles on startup?? Many thanks for any help. Andrea. CCBUG:284356 --- src/mainview.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/mainview.h') diff --git a/src/mainview.h b/src/mainview.h index 9d5bc8c9..133ede09 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -79,6 +79,8 @@ public: WebTab *webTab(int index) const; + void addNewTabButton(); + /** * show and hide TabBar if user doesn't choose * "Always Show TabBar" option @@ -105,11 +107,6 @@ public: return m_recentlyClosedTabs; } - inline int originalWidthHint() const - { - return m_originalWidthHint; - }; - Q_SIGNALS: // current tab signals void currentTitle(const QString &url); @@ -167,8 +164,6 @@ private Q_SLOTS: void windowCloseRequested(); - void postLaunch(); - protected: virtual void resizeEvent(QResizeEvent *event); -- cgit v1.2.1