shared: looksquery: Fix incorrect varname in exception
This commit is contained in:
parent
890925929a
commit
b1f3e95622
@ -128,7 +128,7 @@ QVector<SortCondition> createSortConditions(QString sortExpression)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
throw LooqsGeneralException("Unknown order specifier: " + order);
|
throw LooqsGeneralException("Unknown order specifier: " + orderstr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user