git-svn-id: svn://db.shs.com.ru/libs@701 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2019-12-13 23:15:59 +00:00
parent cac73a63f1
commit 2136b4d30b
22 changed files with 653 additions and 671 deletions

View File

@@ -28,6 +28,7 @@ namespace Ui {
class MaterialEditor: public QWidget
{
friend class MaterialsEditor;
Q_OBJECT
public:
explicit MaterialEditor(QWidget * parent = 0);
@@ -38,6 +39,7 @@ protected:
void changeEvent(QEvent * e);
bool active;
int ignore_next;
Ui::MaterialEditor * ui;
Material * mat;