Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add toExportParameters() to DummyMaterialSettings test
  • Loading branch information
NEDJIMAbelgacem committed Jul 30, 2020
1 parent 7c37c22 commit 28d0349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/3d/testqgsmaterialregistry.cpp
Expand Up @@ -35,6 +35,7 @@ class DummyMaterialSettings : public QgsAbstractMaterialSettings
void addParametersToEffect( Qt3DRender::QEffect * ) const override {}
Qt3DRender::QMaterial *toMaterial( const QgsMaterialContext & ) const override { return nullptr; }
QgsLineMaterial *toLineMaterial( const QgsMaterialContext & ) const override { return nullptr; }
QMap<QString, QString> toExportParameters() const override { return QMap<QString, QString>(); }
};

class TestQgsMaterialRegistry : public QObject
Expand Down

0 comments on commit 28d0349

Please sign in to comment.