-Wreorder warning fixed
This commit is contained in:
parent
7591d805c9
commit
2efd83af9f
1 changed files with 1 additions and 1 deletions
|
@ -83,6 +83,7 @@ protected:
|
||||||
bool event(QEvent *event);
|
bool event(QEvent *event);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
bool primaryWindow;
|
||||||
ProfileDatabase *profileDB;
|
ProfileDatabase *profileDB;
|
||||||
CrewDatabase *crewDB;
|
CrewDatabase *crewDB;
|
||||||
Ui::PictureDialog *ui;
|
Ui::PictureDialog *ui;
|
||||||
|
@ -107,7 +108,6 @@ private:
|
||||||
QString locY;
|
QString locY;
|
||||||
QString locZ;
|
QString locZ;
|
||||||
bool overlayEnabled;
|
bool overlayEnabled;
|
||||||
bool primaryWindow;
|
|
||||||
bool withDatabase;
|
bool withDatabase;
|
||||||
bool rqFullscreen;
|
bool rqFullscreen;
|
||||||
bool naviEnabled;
|
bool naviEnabled;
|
||||||
|
|
Loading…
Reference in a new issue