summaryrefslogtreecommitdiff
path: root/src/tabbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabbar.h')
-rw-r--r--src/tabbar.h6
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