summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-02-17 16:53:24 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-02-17 16:53:24 (GMT)
commitde6cb039589e8dc06bf7a5ded562cbc8ce8fff8a (patch)
treed19bf2c5cbe675ffd6b7a62118cd39d48a597d77 /Swift/QtUI/QtChatWindow.h
parentca9652bededa2b2d65f0203f467ca801dc5199dc (diff)
downloadswift-contrib-de6cb039589e8dc06bf7a5ded562cbc8ce8fff8a.zip
swift-contrib-de6cb039589e8dc06bf7a5ded562cbc8ce8fff8a.tar.bz2
Add /me support it QtUI
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 bde91e1..80d2868 100644
--- a/Swift/QtUI/QtChatWindow.h
+++ b/Swift/QtUI/QtChatWindow.h
@@ -50,6 +50,7 @@ namespace Swift {
private:
void updateTitleWithUnreadCount();
+ void addMessage(const String &message, const String &senderName, bool senderIsSelf, const boost::optional<SecurityLabel>& label, const String& avatarPath, const QString& style);
int unreadCount_;
bool contactIsTyping_;