diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-11-08 12:42:45 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-11-14 05:52:20 +0100 |
commit | 6ce25c6e5db5a90e272fb5ca1c665c65310c1b9f (patch) | |
tree | 33cd192ad9005fa4d9c2695ed98f626bb40783c3 /src/mainview.h | |
parent | fixuifiles (diff) | |
download | rekonq-6ce25c6e5db5a90e272fb5ca1c665c65310c1b9f.tar.xz |
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
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 9 |
1 files changed, 2 insertions, 7 deletions
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); |