code format
This commit is contained in:
@@ -19,16 +19,17 @@
|
||||
#ifndef MATERIAL_MAP_EDITOR_H
|
||||
#define MATERIAL_MAP_EDITOR_H
|
||||
|
||||
#include <QFileDialog>
|
||||
#include "glmaterial.h"
|
||||
|
||||
#include <QFileDialog>
|
||||
|
||||
namespace Ui {
|
||||
class MaterialMapEditor;
|
||||
class MaterialMapEditor;
|
||||
};
|
||||
|
||||
class MaterialMapEditor: public QWidget
|
||||
{
|
||||
class MaterialMapEditor: public QWidget {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit MaterialMapEditor(QWidget * parent = 0);
|
||||
|
||||
@@ -44,13 +45,14 @@ protected:
|
||||
Ui::MaterialMapEditor * ui;
|
||||
|
||||
private slots:
|
||||
void mapChanged() {if (active) emit changed();}
|
||||
void mapChanged() {
|
||||
if (active) emit changed();
|
||||
}
|
||||
void on_buttonSelect_clicked();
|
||||
void on_buttonClear_clicked();
|
||||
|
||||
signals:
|
||||
void changed();
|
||||
|
||||
};
|
||||
|
||||
#endif // MATERIAL_MAP_EDITOR_H
|
||||
|
||||
Reference in New Issue
Block a user