summaryrefslogtreecommitdiff
path: root/lsmaterialeditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'lsmaterialeditor.h')
-rw-r--r--lsmaterialeditor.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/lsmaterialeditor.h b/lsmaterialeditor.h
new file mode 100644
index 0000000..e594acc
--- /dev/null
+++ b/lsmaterialeditor.h
@@ -0,0 +1,17 @@
+#ifndef LSMATERIALEDITOR_H
+#define LSMATERIALEDITOR_H
+
+#include <QWidget>
+
+class LSMaterialEditor : public QWidget {
+ Q_OBJECT
+public:
+ explicit LSMaterialEditor(QWidget *parent = 0);
+
+signals:
+
+public slots:
+
+};
+
+#endif // LSMATERIALEDITOR_H