diff options
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mainview.h b/src/mainview.h index 6ad623fe..78fe2a2c 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -87,6 +87,13 @@ public: QLineEdit *lineEdit(int index) const; int webViewIndex(WebView *webView) const; + /** + * show and hide TabBar if user doesn't choose + * "Always Show TabBar" option + * + */ + void showTabBar(); + protected: void mouseDoubleClickEvent(QMouseEvent *event); void contextMenuEvent(QContextMenuEvent *event); @@ -129,13 +136,6 @@ private slots: private: - /** - * show and hide TabBar if user doesn't choose - * "Always Show TabBar" option - * - */ - void viewTabBar(); - KAction *m_recentlyClosedTabsAction; KMenu *m_recentlyClosedTabsMenu; |