summaryrefslogtreecommitdiff
path: root/etcexp.cpp
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2014-06-03 05:57:23 +0200
committerTreeki <treeki@gmail.com>2014-06-03 05:57:23 +0200
commit6cbc7bb40369a3dbbd0cfea30d0600e17caf84e9 (patch)
tree1457bbe0663a789ee3adff7f601d152da8001c1f /etcexp.cpp
parent7a9387269e3b123b1647cf59c78cc6c998a9a330 (diff)
downloadLayoutStudio-6cbc7bb40369a3dbbd0cfea30d0600e17caf84e9.tar.gz
LayoutStudio-6cbc7bb40369a3dbbd0cfea30d0600e17caf84e9.zip
nuke two files I forgot to removectr-experimental
Diffstat (limited to 'etcexp.cpp')
-rw-r--r--etcexp.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/etcexp.cpp b/etcexp.cpp
deleted file mode 100644
index 4de12fe..0000000
--- a/etcexp.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#include "etcexp.h"
-#include "ui_etcexp.h"
-
-EtcExp::EtcExp(QWidget *parent) :
- QWidget(parent),
- ui(new Ui::EtcExp)
-{
- ui->setupUi(this);
-}
-
-EtcExp::~EtcExp()
-{
- delete ui;
-}