Commit 0aecab38 by Philipp Adolf

Turn boolean into bool

parent ea8c9669
......@@ -22,8 +22,8 @@ public:
QSize minimumSizeHint() const;
QSize sizeHint() const;
boolean rotation;
boolean wireframe;
bool rotation;
bool wireframe;
public slots:
void loadNewMesh();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment