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/Controllers/ChatWindow.h
parent649fc1d12d7be943b5ab964b9dac0670797d9057 (diff)
downloadswift-e2d9f9e47056a41d5e5a67ea3130ccdd860a06ed.zip
swift-e2d9f9e47056a41d5e5a67ea3130ccdd860a06ed.tar.bz2
Use nicks in tab titles.
Diffstat (limited to 'Swift/Controllers/ChatWindow.h')
-rw-r--r--Swift/Controllers/ChatWindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/ChatWindow.h b/Swift/Controllers/ChatWindow.h
index dd71bf9..36788cf 100644
--- a/Swift/Controllers/ChatWindow.h
+++ b/Swift/Controllers/ChatWindow.h
@@ -22,6 +22,7 @@ namespace Swift {
virtual void addSystemMessage(const String& message) = 0;
virtual void addErrorMessage(const String& message) = 0;
+ virtual void setName(const String& name) = 0;
virtual void show() = 0;
virtual void setAvailableSecurityLabels(const std::vector<SecurityLabel>& labels) = 0;
virtual void setSecurityLabelsEnabled(bool enabled) = 0;