From 1f64592f6e76c89706eaa343113a1ec6f9f6a9c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Fri, 8 Jul 2011 19:46:43 +0200 Subject: Added setJID on ChatWindow. Not wired in yet. diff --git a/Swift/Controllers/UIInterfaces/ChatWindow.h b/Swift/Controllers/UIInterfaces/ChatWindow.h index f65328d..946cd2c 100644 --- a/Swift/Controllers/UIInterfaces/ChatWindow.h +++ b/Swift/Controllers/UIInterfaces/ChatWindow.h @@ -29,6 +29,8 @@ namespace Swift { ChatWindow() {} virtual ~ChatWindow() {}; + virtual void setJID(const JID& jid) = 0; + /** Add message to window. * @return id of added message (for acks). */ diff --git a/Swift/Controllers/UnitTest/MockChatWindow.h b/Swift/Controllers/UnitTest/MockChatWindow.h index a5765fd..6276b58 100644 --- a/Swift/Controllers/UnitTest/MockChatWindow.h +++ b/Swift/Controllers/UnitTest/MockChatWindow.h @@ -37,6 +37,7 @@ namespace Swift { virtual void replaceMessage(const std::string&, const std::string&, const boost::posix_time::ptime&) {}; void setAckState(const std::string& /*id*/, AckState /*state*/) {}; virtual void flash() {}; + virtual void setJID(const JID& jid) {} boost::signal onClosed; boost::signal onAllMessagesRead; diff --git a/Swift/QtUI/QtChatWindow.h b/Swift/QtUI/QtChatWindow.h index 78d8f91..5014711 100644 --- a/Swift/QtUI/QtChatWindow.h +++ b/Swift/QtUI/QtChatWindow.h @@ -60,6 +60,8 @@ namespace Swift { void flash(); QByteArray getSplitterState(); + void setJID(const JID& jid) {} + public slots: void handleChangeSplitterState(QByteArray state); void handleFontResized(int fontSizeSteps); -- cgit v0.10.2-6-g49f6