Skip to content

Commit

Permalink
-Wreorder warning fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Syping committed Feb 17, 2017
1 parent 7591d80 commit 2efd83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PictureDialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ private slots:
bool event(QEvent *event);

private:
bool primaryWindow;
ProfileDatabase *profileDB;
CrewDatabase *crewDB;
Ui::PictureDialog *ui;
Expand All @@ -107,7 +108,6 @@ private slots:
QString locY;
QString locZ;
bool overlayEnabled;
bool primaryWindow;
bool withDatabase;
bool rqFullscreen;
bool naviEnabled;
Expand Down

0 comments on commit 2efd83a

Please sign in to comment.