summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2013-03-23 20:44:57 (GMT)
committerKevin Smith <git@kismith.co.uk>2013-03-24 09:55:37 (GMT)
commitb04ff6d3f9c4496d5667e4681e6820e708ba409a (patch)
tree39f3d34daab4173fb0b6f94cf2f9f0e40c742afa /Swift/QtUI/QtChatTabs.h
parent2fc775d220c4aef146e61a98c57e9994bf828872 (diff)
downloadswift-b04ff6d3f9c4496d5667e4681e6820e708ba409a.zip
swift-b04ff6d3f9c4496d5667e4681e6820e708ba409a.tar.bz2
Show window titles in netbook mode
Change-Id: Idb51c066c5b0030646eecf641d729966b9e14d06
Diffstat (limited to 'Swift/QtUI/QtChatTabs.h')
-rw-r--r--Swift/QtUI/QtChatTabs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtChatTabs.h b/Swift/QtUI/QtChatTabs.h
index 233c574..35f426b 100644
--- a/Swift/QtUI/QtChatTabs.h
+++ b/Swift/QtUI/QtChatTabs.h
@@ -23,6 +23,7 @@ namespace Swift {
QtTabbable* getCurrentTab();
signals:
void geometryChanged();
+ void onTitleChanged(const QString& title);
protected slots:
void closeEvent(QCloseEvent* event);