Fix regression.
This commit is contained in:
parent
809186b8f5
commit
8611153fe1
|
@ -284,7 +284,7 @@ void VPattern::setCurrentData()
|
||||||
const quint32 id = ConstLast(localHistory).getId();
|
const quint32 id = ConstLast(localHistory).getId();
|
||||||
qCDebug(vXML, "Resoring data from tool with id %u", id);
|
qCDebug(vXML, "Resoring data from tool with id %u", id);
|
||||||
|
|
||||||
if (not tools.isEmpty())
|
if (tools.isEmpty())
|
||||||
{
|
{
|
||||||
qCDebug(vXML, "List of tools is empty!");
|
qCDebug(vXML, "List of tools is empty!");
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user