From c039fcb3c2be73bf6c95012b3e5f5f53ef1b42e3 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 27 Aug 2009 13:54:14 +0200 Subject: New tab button code improvements. Patch from Johannes Zellner (thanks) --- src/mainview.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/mainview.h') diff --git a/src/mainview.h b/src/mainview.h index ae6019b7..06956d5e 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -38,7 +38,6 @@ #include // Qt Includes -#include // Forward Declarations class QUrl; @@ -67,7 +66,6 @@ public: UrlBar *urlBar() const; WebView *webView(int index) const; - QToolButton *addTabButton() const; TabBar *tabBar() const; WebView *currentWebView() const; @@ -128,17 +126,12 @@ private slots: void windowCloseRequested(); - void postLaunch(); - protected: virtual void mouseDoubleClickEvent(QMouseEvent *event); virtual void resizeEvent(QResizeEvent *event); private: - - void addTabButtonPosition(); - /** * This function creates (if not exists) and returns a QLabel * with a loading QMovie. @@ -155,8 +148,6 @@ private: TabBar *m_tabBar; QString m_loadingGitPath; - - QToolButton *m_addTabButton; int m_currentTabIndex; }; -- cgit v1.2.1