diff options
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); |