shared: looksquery: Fix incorrect varname in exception

This commit is contained in:
Albert S. 2021-10-25 17:18:11 +02:00
부모 890925929a
커밋 b1f3e95622
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

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