fix cppcheck warnings

improvements of interaction with items
This commit is contained in:
arcan1s
2015-02-12 02:57:05 +03:00
parent 4dbf5150fc
commit 3bd73d0458
19 changed files with 237 additions and 74 deletions

View File

@ -38,7 +38,7 @@ protected:
private:
AwesomeWidget *widget;
bool debug;
bool enablePopup;
bool enablePopup = true;
};