mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-22 07:58:22 +08:00
Fix an issue spotted by SonarCloud
This commit is contained in:
parent
944133caa7
commit
745f4b69f2
@ -125,7 +125,7 @@ public:
|
|||||||
UString data(const UModelIndex &index, int role) const;
|
UString data(const UModelIndex &index, int role) const;
|
||||||
UString headerData(int section, int orientation, int role = 0) const;
|
UString headerData(int section, int orientation, int role = 0) const;
|
||||||
|
|
||||||
TreeModel() : markingEnabledFlag(false) {
|
TreeModel() : markingEnabledFlag(false), markingDarkModeFlag(false) {
|
||||||
rootItem = new TreeItem(0, Types::Root, 0, UString(), UString(), UString(), UByteArray(), UByteArray(), UByteArray(), true, false);
|
rootItem = new TreeItem(0, Types::Root, 0, UString(), UString(), UString(), UByteArray(), UByteArray(), UByteArray(), true, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user