code format
This commit is contained in:
@@ -19,16 +19,17 @@
|
||||
#ifndef MATERIAL_EDITOR_H
|
||||
#define MATERIAL_EDITOR_H
|
||||
|
||||
#include <QFileDialog>
|
||||
#include "glmaterial.h"
|
||||
|
||||
#include <QFileDialog>
|
||||
|
||||
namespace Ui {
|
||||
class MaterialEditor;
|
||||
class MaterialEditor;
|
||||
};
|
||||
|
||||
class MaterialEditor: public QWidget
|
||||
{
|
||||
class MaterialEditor: public QWidget {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit MaterialEditor(QWidget * parent = 0);
|
||||
|
||||
@@ -42,7 +43,9 @@ protected:
|
||||
Ui::MaterialEditor * ui;
|
||||
|
||||
private slots:
|
||||
void materialChanged() {if (active) emit changed();}
|
||||
void materialChanged() {
|
||||
if (active) emit changed();
|
||||
}
|
||||
void on_buttonReflFrontSelect_clicked();
|
||||
void on_buttonReflFrontClear_clicked();
|
||||
void on_buttonReflBackSelect_clicked();
|
||||
@@ -59,7 +62,6 @@ private slots:
|
||||
|
||||
signals:
|
||||
void changed();
|
||||
|
||||
};
|
||||
|
||||
#endif // MATERIAL_EDITOR_H
|
||||
|
||||
Reference in New Issue
Block a user