Skip to content

Commit

Permalink
Model tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 29, 2020
1 parent 6e40962 commit ae3f2c3
Show file tree
Hide file tree
Showing 2 changed files with 591 additions and 53 deletions.
2 changes: 1 addition & 1 deletion src/core/symbology/qgsstylemodel.cpp
Expand Up @@ -25,7 +25,7 @@

const double ICON_PADDING_FACTOR = 0.16;

const auto ENTITIES = { QgsStyle::SymbolEntity, QgsStyle::ColorrampEntity, QgsStyle::TextFormatEntity, QgsStyle::LabelSettingsEntity, QgsStyle::LegendPatchShapeEntity };
const auto ENTITIES = { QgsStyle::SymbolEntity, QgsStyle::ColorrampEntity, QgsStyle::TextFormatEntity, QgsStyle::LabelSettingsEntity, QgsStyle::LegendPatchShapeEntity, QgsStyle::Symbol3DEntity };

QgsStyleModel::QgsStyleModel( QgsStyle *style, QObject *parent )
: QAbstractItemModel( parent )
Expand Down

0 comments on commit ae3f2c3

Please sign in to comment.