Fixed many compilation warnings (c++14, like pedantic warnings)

This commit is contained in:
matlabbe
2020-01-30 17:23:02 -05:00
parent ccc5a5be5a
commit f7540196d4
10 changed files with 21 additions and 16 deletions

View File

@@ -77,7 +77,7 @@ public:
kPanelAll = 15
};
// TODO, tried to change the name of PANEL_FLAGS to PanelFlags... but signals/slots errors appeared...
Q_DECLARE_FLAGS(PANEL_FLAGS, PanelFlag);
Q_DECLARE_FLAGS(PANEL_FLAGS, PanelFlag)
enum Src {
kSrcUndef = -1,