summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/Controllers/Chat/MUCController.h')
-rw-r--r--Swift/Controllers/Chat/MUCController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Swift/Controllers/Chat/MUCController.h b/Swift/Controllers/Chat/MUCController.h
index b8f2aac..258eaaf 100644
--- a/Swift/Controllers/Chat/MUCController.h
+++ b/Swift/Controllers/Chat/MUCController.h
@@ -75,2 +75,3 @@ namespace Swift {
void sendInvites(const std::vector<JID>& jids, const std::string& reason) const;
+ void setChatWindowTitle(const std::string& title);
@@ -136,3 +137,2 @@ namespace Swift {
void setNick(const std::string& nick);
- void setImpromptuWindowTitle();
void handleRoomUnlocked();
@@ -189,2 +189,3 @@ namespace Swift {
bool isInitialJoin_;
+ std::string chatWindowTitle_;
};