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-31 18:34:03 (GMT)
commitd543ef9f11275d28b830f05b3dc4b6247553eb6d (patch)
treef0a57074d811b90ebd5c2120040329e921f63a06 /Swift/QtUI/QtViewHistoryWindow.h
parent12646034589e653027b2b2e82ecf2589586da129 (diff)
downloadswift-contrib-d543ef9f11275d28b830f05b3dc4b6247553eb6d.zip
swift-contrib-d543ef9f11275d28b830f05b3dc4b6247553eb6d.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_;
};
}