diff options
author | Treeki <treeki@gmail.com> | 2014-06-03 05:57:23 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2014-06-03 05:57:23 +0200 |
commit | 6cbc7bb40369a3dbbd0cfea30d0600e17caf84e9 (patch) | |
tree | 1457bbe0663a789ee3adff7f601d152da8001c1f /etcexp.h | |
parent | 7a9387269e3b123b1647cf59c78cc6c998a9a330 (diff) | |
download | LayoutStudio-ctr-experimental.tar.gz LayoutStudio-ctr-experimental.zip |
nuke two files I forgot to removectr-experimental
Diffstat (limited to '')
-rw-r--r-- | etcexp.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/etcexp.h b/etcexp.h deleted file mode 100644 index 5d30f00..0000000 --- a/etcexp.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef ETCEXP_H -#define ETCEXP_H - -#include <QWidget> - -namespace Ui { -class EtcExp; -} - -class EtcExp : public QWidget -{ - Q_OBJECT - -public: - explicit EtcExp(QWidget *parent = 0); - ~EtcExp(); - -private: - Ui::EtcExp *ui; -}; - -#endif // ETCEXP_H |