-Wreorder warning fixed

This commit is contained in:
Rafael 2017-02-17 12:11:35 +01:00
parent 7591d805c9
commit 2efd83af9f
1 changed files with 1 additions and 1 deletions

View File

@ -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;