code format
This commit is contained in:
@@ -22,17 +22,17 @@
|
||||
#include "globject.h"
|
||||
|
||||
namespace Ui {
|
||||
class GLObjectEditor;
|
||||
class GLObjectEditor;
|
||||
};
|
||||
|
||||
class GLObjectEditor: public QWidget
|
||||
{
|
||||
class GLObjectEditor: public QWidget {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit GLObjectEditor(QWidget * parent = 0);
|
||||
|
||||
void setObject(GLObjectBase * o);
|
||||
GLObjectBase * getObject() {return object;}
|
||||
GLObjectBase * getObject() { return object; }
|
||||
|
||||
protected:
|
||||
void changeEvent(QEvent * e);
|
||||
@@ -50,7 +50,6 @@ private slots:
|
||||
|
||||
signals:
|
||||
void changed();
|
||||
|
||||
};
|
||||
|
||||
#endif // GLOBJECT_EDITOR_H
|
||||
|
||||
Reference in New Issue
Block a user