summaryrefslogtreecommitdiff
path: root/src/tabbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabbar.h')
-rw-r--r--src/tabbar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tabbar.h b/src/tabbar.h
index 0dbdd004..8b670def 100644
--- a/src/tabbar.h
+++ b/src/tabbar.h
@@ -56,6 +56,8 @@ protected:
void dragEnterEvent(QDragEnterEvent *event);
void dropEvent(QDropEvent *event);
+ virtual QSize tabSizeHint (int index) const;
+
private slots:
void selectTabAction();
void cloneTab();
@@ -68,6 +70,7 @@ private:
QList<QShortcut*> m_tabShortcuts;
friend class MainView;
+ QWidget *m_parent;
QPoint m_dragStartPos;
int m_dragCurrentIndex;
int m_actualIndex; // the index in which we are seeing a Context menu