diff options
author | Treeki <treeki@gmail.com> | 2014-06-03 05:55:54 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2014-06-03 05:55:54 +0200 |
commit | 7a9387269e3b123b1647cf59c78cc6c998a9a330 (patch) | |
tree | 7874647c497a6b6113f660ff27f6f79b7fc7d4aa /etcexp.h | |
parent | be8b56a7f0a8f6ba5456a099b61d032fd8aa2f61 (diff) | |
download | LayoutStudio-7a9387269e3b123b1647cf59c78cc6c998a9a330.tar.gz LayoutStudio-7a9387269e3b123b1647cf59c78cc6c998a9a330.zip |
experimental 3DS support
Diffstat (limited to 'etcexp.h')
-rw-r--r-- | etcexp.h | 22 |
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 |