summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Voicu <vladvoic@gmail.com>2011-05-25 14:46:10 (GMT)
committerVlad Voicu <vladvoic@gmail.com>2011-05-31 18:34:03 (GMT)
commitdc09259ab9e7c27e0e1026b72f801bd85cbb8190 (patch)
treead6907afe6dcd0e2c383d08612ec5220deabe8ec /Swift/QtUI/QtViewHistoryWindow.h
parentd543ef9f11275d28b830f05b3dc4b6247553eb6d (diff)
downloadswift-contrib-dc09259ab9e7c27e0e1026b72f801bd85cbb8190.zip
swift-contrib-dc09259ab9e7c27e0e1026b72f801bd85cbb8190.tar.bz2
First Layout for History Window
Diffstat (limited to 'Swift/QtUI/QtViewHistoryWindow.h')
-rw-r--r--Swift/QtUI/QtViewHistoryWindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/QtUI/QtViewHistoryWindow.h b/Swift/QtUI/QtViewHistoryWindow.h
index 00f33b4..145731c 100644
--- a/Swift/QtUI/QtViewHistoryWindow.h
+++ b/Swift/QtUI/QtViewHistoryWindow.h
@@ -12,6 +12,7 @@
#include <Swiften/JID/JID.h>
#include <Swift/QtUI/ui_QtViewHistoryWindow.h>
+#include <QtChatView.h>
namespace Swift {
class QtViewHistoryWindow : public QWidget, public ViewHistoryWindow {
@@ -22,6 +23,7 @@ namespace Swift {
void setEnabled(bool enabled);
private:
+ QtChatView* messageLog_;
Ui::QtViewHistoryWindow ui;
JID jid_;
};