Added more window data

This commit is contained in:
amazing-username
2017-07-23 13:08:59 -05:00
parent 157b18ee8d
commit 062b9338f0
+1
View File
@@ -20,5 +20,6 @@ protected:
unique_ptr<QHBoxLayout> mainLayout;
unique_ptr<VBoxLayout> subLayoutOne;
unique_ptr<VBoxLayout> subLayoutTwo;
int height, width;
};
#endif