From 07e0eeb5ad9f81a62032aa37c0cfef84a9f6ed5c Mon Sep 17 00:00:00 2001 From: Treeki Date: Tue, 4 Sep 2012 16:25:47 +0200 Subject: the complete beginnings of a material editor, pushing so I can work from my netbook .. --- lsmaterialeditor.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lsmaterialeditor.cpp (limited to 'lsmaterialeditor.cpp') 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) { + +} -- cgit v1.2.3