0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-12-14 00:41:02 +03:00

removed sort case sensitivity

This commit is contained in:
yanis60
2024-05-30 17:26:00 +01:00
parent 8915075561
commit 84c0f652d8
6 changed files with 54 additions and 41 deletions

View File

@@ -81,7 +81,7 @@ private:
bool m_resetPageNumber;
QString m_condition;
QString m_conditionValue;
Qt::SortOrder m_sortFieldNameBy;
Qt::SortOrder m_sortFieldNameBy = Qt::AscendingOrder;
};
class GroupBandFooter : public BandDesignIntf{