diff options
Diffstat (limited to '')
-rw-r--r-- | lsmaterialeditor.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lsmaterialeditor.cpp b/lsmaterialeditor.cpp new file mode 100644 index 0000000..1b32635 --- /dev/null +++ b/lsmaterialeditor.cpp @@ -0,0 +1,6 @@ +#include "lsmaterialeditor.h" + +LSMaterialEditor::LSMaterialEditor(QWidget *parent) : + QWidget(parent) { + +} |