summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/QtHistoryWindow.h')
-rw-r--r--Swift/QtUI/QtHistoryWindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/QtUI/QtHistoryWindow.h b/Swift/QtUI/QtHistoryWindow.h
index d61fb49..d522f53 100644
--- a/Swift/QtUI/QtHistoryWindow.h
+++ b/Swift/QtUI/QtHistoryWindow.h
@@ -25,12 +25,14 @@ namespace Swift {
~QtHistoryWindow();
void activate();
void setRosterModel(Roster*);
+ void addMessage(const HistoryMessage& message);
private:
virtual void closeEvent(QCloseEvent* event);
virtual void showEvent(QShowEvent* event);
Ui::QtHistoryWindow ui_;
+ QtChatTheme* theme_;
QtChatView* conversation_;
QtRosterWidget* conversationRoster_;
};