summaryrefslogtreecommitdiff
path: root/bin/templates/qt4project/mywidget_form.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bin/templates/qt4project/mywidget_form.cpp')
-rw-r--r--bin/templates/qt4project/mywidget_form.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/bin/templates/qt4project/mywidget_form.cpp b/bin/templates/qt4project/mywidget_form.cpp
deleted file mode 100644
index 33b14afab8..0000000000
--- a/bin/templates/qt4project/mywidget_form.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#include "%INCLUDE%"
-#include "%UI_HDR%"
-
-%CLASS%::%CLASS%(QWidget *parent)
- : %BASECLASS%(parent), ui(new Ui::%CLASS%Class)
-{
- ui->setupUi(this);
-}
-
-%CLASS%::~%CLASS%()
-{
- delete ui;
-}