shared: looksquery: Fix incorrect varname in exception

This commit is contained in:
Albert S. 2021-10-25 17:18:11 +02:00
parent 890925929a
commit b1f3e95622
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ QVector<SortCondition> createSortConditions(QString sortExpression)
}
else
{
throw LooqsGeneralException("Unknown order specifier: " + order);
throw LooqsGeneralException("Unknown order specifier: " + orderstr);
}
}
else