summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/uicOnlySource/uiconly.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/uicOnlySource/uiconly.h')
-rw-r--r--Tests/QtAutogen/uicOnlySource/uiconly.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/Tests/QtAutogen/uicOnlySource/uiconly.h b/Tests/QtAutogen/uicOnlySource/uiconly.h
deleted file mode 100644
index 8f4eebe1e..000000000
--- a/Tests/QtAutogen/uicOnlySource/uiconly.h
+++ /dev/null
@@ -1,20 +0,0 @@
-
-#ifndef UIC_ONLY_H
-#define UIC_ONLY_H
-
-#include <QWidget>
-
-#include "ui_uiconly.h"
-
-class UicOnly : public QWidget
-{
- Q_OBJECT
-public:
- explicit UicOnly(QWidget* parent = 0);
- ~UicOnly();
-
-private:
- Ui::UicOnly* ui;
-};
-
-#endif