summaryrefslogtreecommitdiff
path: root/etcexp.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2014-06-03 05:55:54 +0200
committerTreeki <treeki@gmail.com>2014-06-03 05:55:54 +0200
commit7a9387269e3b123b1647cf59c78cc6c998a9a330 (patch)
tree7874647c497a6b6113f660ff27f6f79b7fc7d4aa /etcexp.h
parentbe8b56a7f0a8f6ba5456a099b61d032fd8aa2f61 (diff)
downloadLayoutStudio-7a9387269e3b123b1647cf59c78cc6c998a9a330.tar.gz
LayoutStudio-7a9387269e3b123b1647cf59c78cc6c998a9a330.zip
experimental 3DS support
Diffstat (limited to 'etcexp.h')
-rw-r--r--etcexp.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/etcexp.h b/etcexp.h
new file mode 100644
index 0000000..5d30f00
--- /dev/null
+++ b/etcexp.h
@@ -0,0 +1,22 @@
+#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