From 2efd83af9f1773bba70e307bc2b1a3e9d5dc7894 Mon Sep 17 00:00:00 2001 From: Rafael Date: Fri, 17 Feb 2017 12:11:35 +0100 Subject: [PATCH] -Wreorder warning fixed --- PictureDialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PictureDialog.h b/PictureDialog.h index 1ebf2f4..7cd6958 100755 --- a/PictureDialog.h +++ b/PictureDialog.h @@ -83,6 +83,7 @@ protected: bool event(QEvent *event); private: + bool primaryWindow; ProfileDatabase *profileDB; CrewDatabase *crewDB; Ui::PictureDialog *ui; @@ -107,7 +108,6 @@ private: QString locY; QString locZ; bool overlayEnabled; - bool primaryWindow; bool withDatabase; bool rqFullscreen; bool naviEnabled;