Fix regression.

This commit is contained in:
Roman Telezhynskyi 2023-07-27 19:59:24 +03:00
parent 809186b8f5
commit 8611153fe1

View file

@ -284,7 +284,7 @@ void VPattern::setCurrentData()
const quint32 id = ConstLast(localHistory).getId();
qCDebug(vXML, "Resoring data from tool with id %u", id);
if (not tools.isEmpty())
if (tools.isEmpty())
{
qCDebug(vXML, "List of tools is empty!");
return;