We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de84a6 commit 18a797cCopy full SHA for 18a797c
src/gui/attributetable/qgsattributetablemodel.h
@@ -300,7 +300,7 @@ class GUI_EXPORT QgsAttributeTableModel: public QAbstractTableModel
300
301
QHash<QgsFeatureId, int> mIdRowMap;
302
QHash<int, QgsFeatureId> mRowIdMap;
303
- mutable QHash<int, QList<QgsConditionalStyle>> mRowStylesMap;
+ mutable QHash<int, QList<QgsConditionalStyle> > mRowStylesMap;
304
305
mutable QgsExpressionContext mExpressionContext;
306
0 commit comments