Fix analyser issues

This commit is contained in:
vit9696 2018-11-14 19:17:06 +03:00
parent 7ab6dd4285
commit e1c0b08fc0
2 changed files with 2 additions and 2 deletions

View file

@ -117,7 +117,7 @@ public:
UString data(const UModelIndex &index, int role) const;
UString headerData(int section, int orientation, int role = 0) const;
TreeModel() {
TreeModel() : markingEnabledFlag(false) {
rootItem = new TreeItem(0, Types::Root, 0, UString(), UString(), UString(), UByteArray(), UByteArray(), UByteArray(), TRUE, FALSE);
}