diff --git a/src/DockAreaWidget.h b/src/DockAreaWidget.h index f9ff5df..0079f8b 100644 --- a/src/DockAreaWidget.h +++ b/src/DockAreaWidget.h @@ -187,6 +187,13 @@ signals: */ void tabBarClicked(int index); + /** + * This signal is emitted when the tab bar's current tab is about to be changed. The new + * current has the given index, or -1 if there isn't a new one. + * @param index + */ + void currentChanging(int index); + /** * This signal is emitted when the tab bar's current tab changes. The new * current has the given index, or -1 if there isn't a new one