summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-11-08 12:42:45 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-11-18 15:42:31 +0100
commit830b2f24ec1375b5fee5891f10444a67da562484 (patch)
tree7719aab2693f658f772141ddcac77ab292730c54 /src/mainview.h
parentGet sure against "strange" behaviours in opensearchengine (diff)
downloadrekonq-830b2f24ec1375b5fee5891f10444a67da562484.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.h9
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);