diff options
author | Treeki <treeki@gmail.com> | 2012-09-06 06:05:52 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-09-06 06:05:52 +0200 |
commit | be8b56a7f0a8f6ba5456a099b61d032fd8aa2f61 (patch) | |
tree | f9ff07b4f67b6e1839bb551ecd93dae60a9d7861 /lsmaterialeditor.h | |
parent | 5db787d8b88e214c89b8e02eaf619d18914e8571 (diff) | |
download | LayoutStudio-be8b56a7f0a8f6ba5456a099b61d032fd8aa2f61.tar.gz LayoutStudio-be8b56a7f0a8f6ba5456a099b61d032fd8aa2f61.zip |
Diffstat (limited to '')
-rw-r--r-- | lsmaterialeditor.h | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/lsmaterialeditor.h b/lsmaterialeditor.h index b09c474..95c21f4 100644 --- a/lsmaterialeditor.h +++ b/lsmaterialeditor.h @@ -9,15 +9,12 @@ #include "lscolorpicker.h" #include "lsseteditor.h" -class LSTevStageEditor : public LSSetEntryEditorBase<LYTTevStage> { - Q_OBJECT -public: - explicit LSTevStageEditor(QWidget *parent = 0) : - LSSetEntryEditorBase(parent) { } - - void loadEntryFrom(const LYTTevStage &entry) { - } -}; +class LSTexMapEditor; +class LSTexSRTEditor; +class LSTexCoordGenEditor; +class LSIndTexSRTEditor; +class LSIndTexStageEditor; +class LSTevStageEditor; class LSMaterialEditor : public QWidget { Q_OBJECT |