summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Voicu <vladvoic@gmail.com>2011-05-24 18:04:50 (GMT)
committerVlad Voicu <vladvoic@gmail.com>2011-05-24 18:04:50 (GMT)
commit8dd6e4daf472fd56ae7d8902c45e5dd564a0eafa (patch)
treef0a57074d811b90ebd5c2120040329e921f63a06 /Swift/QtUI/QtViewHistoryWindow.h
parent3b67cd080dddf75e1ddefe2c7c940ace5190abd2 (diff)
downloadswift-contrib-8dd6e4daf472fd56ae7d8902c45e5dd564a0eafa.zip
swift-contrib-8dd6e4daf472fd56ae7d8902c45e5dd564a0eafa.tar.bz2
started History Window with Designer
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 2d1ca57..00f33b4 100644
--- a/Swift/QtUI/QtViewHistoryWindow.h
+++ b/Swift/QtUI/QtViewHistoryWindow.h
@@ -11,6 +11,7 @@
#include <Swift/Controllers/UIInterfaces/ViewHistoryWindow.h>
#include <Swiften/JID/JID.h>
+#include <Swift/QtUI/ui_QtViewHistoryWindow.h>
namespace Swift {
class QtViewHistoryWindow : public QWidget, public ViewHistoryWindow {
@@ -21,6 +22,7 @@ namespace Swift {
void setEnabled(bool enabled);
private:
+ Ui::QtViewHistoryWindow ui;
JID jid_;
};
}