summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2009-06-26 19:34:11 (GMT)
committerKevin Smith <git@kismith.co.uk>2009-06-26 19:34:41 (GMT)
commite2d9f9e47056a41d5e5a67ea3130ccdd860a06ed (patch)
tree75651c66869903c9a34d013d3553b123768c35a3 /Swift/QtUI/QtChatWindow.h
parent649fc1d12d7be943b5ab964b9dac0670797d9057 (diff)
downloadswift-e2d9f9e47056a41d5e5a67ea3130ccdd860a06ed.zip
swift-e2d9f9e47056a41d5e5a67ea3130ccdd860a06ed.tar.bz2
Use nicks in tab titles.
Diffstat (limited to 'Swift/QtUI/QtChatWindow.h')
-rw-r--r--Swift/QtUI/QtChatWindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtChatWindow.h b/Swift/QtUI/QtChatWindow.h
index 20a53b9..6e45d34 100644
--- a/Swift/QtUI/QtChatWindow.h
+++ b/Swift/QtUI/QtChatWindow.h
@@ -29,6 +29,7 @@ namespace Swift {
void setSecurityLabelsEnabled(bool enabled);
void setSecurityLabelsError();
SecurityLabel getSelectedSecurityLabel();
+ void setName(const String& name);
protected slots:
void qAppFocusChanged(QWidget* old, QWidget* now);