summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/QtChatTabs.h')
-rw-r--r--Swift/QtUI/QtChatTabs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Swift/QtUI/QtChatTabs.h b/Swift/QtUI/QtChatTabs.h
index 37acc91..7534c5a 100644
--- a/Swift/QtUI/QtChatTabs.h
+++ b/Swift/QtUI/QtChatTabs.h
@@ -15,8 +15,9 @@ namespace Swift {
void handleTabClosing();
void handleTabTitleUpdated();
void handleTabCloseRequested(int index);
+ void handleWidgetShown();
private:
- QTabWidget* tabs_;
+ QTabWidget* tabs_;
};
}