# # # patch "src/model/Inventory.cpp" # from [6dd0f1984b2a3bfe2ac8f34840718725e02a429f] # to [fe03f18135e1c1a39e069ea74b3f6f36028156e5] # ============================================================ --- src/model/Inventory.cpp 6dd0f1984b2a3bfe2ac8f34840718725e02a429f +++ src/model/Inventory.cpp fe03f18135e1c1a39e069ea74b3f6f36028156e5 @@ -128,7 +128,7 @@ void Inventory::loadBranchName() void Inventory::loadBranchName() { #ifdef Q_WS_WIN32 - W("Querying branch name disabled, will lead to program halt.") + W("Querying branch name disabled, will lead to program halt."); #else QList children = rootItem->getChildren(); I(children.size() > 0);