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:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user