diff options
Diffstat (limited to 'src/tabwindow/tabbar.h')
-rw-r--r-- | src/tabwindow/tabbar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tabwindow/tabbar.h b/src/tabwindow/tabbar.h index d0228683..3eaa4d81 100644 --- a/src/tabwindow/tabbar.h +++ b/src/tabwindow/tabbar.h @@ -81,6 +81,9 @@ private Q_SLOTS: void detachTab(); void reopenLastClosedTab(); + void pinTab(); + void unpinTab(); + void contextMenu(int, const QPoint &); void emptyAreaContextMenu(const QPoint &); |