diff options
author | Alexandr Domrachev <alexandr.domrachev@gmail.com> | 2009-04-27 18:01:41 +0000 |
---|---|---|
committer | Alexandr Domrachev <alexandr.domrachev@gmail.com> | 2009-04-27 18:01:41 +0000 |
commit | 78aef384a57bca278bdd4484e9b31bbd7b88c98e (patch) | |
tree | 708e17ee009ec87fd70df78d9be98c4bad5694bd /src/tabbar.h | |
parent | Some changes ported for merge to mainline (bookmarks & links handling related) (diff) | |
download | rekonq-78aef384a57bca278bdd4484e9b31bbd7b88c98e.tar.xz |
TabBar code clean. Icons added to context menu
Diffstat (limited to 'src/tabbar.h')
-rw-r--r-- | src/tabbar.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tabbar.h b/src/tabbar.h index 2281f997..8563793f 100644 --- a/src/tabbar.h +++ b/src/tabbar.h @@ -45,7 +45,6 @@ public: ~TabBar(); signals: - void newTab(); void cloneTab(int index); void closeTab(int index); void closeOtherTabs(int index); @@ -53,8 +52,6 @@ signals: void reloadAllTabs(); protected: - void mousePressEvent(QMouseEvent* event); - /** * Added to fix tab dimension */ @@ -68,12 +65,9 @@ private slots: void contextMenuRequested(const QPoint &position); private: - friend class MainView; QWidget *m_parent; - QPoint m_dragStartPos; - int m_dragCurrentIndex; /** * the index in which we are seeing a Context menu |