Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 18, 2017
1 parent 4e0e038 commit 54bf013
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/testqgslayoutitem.cpp
Expand Up @@ -68,7 +68,7 @@ class TestQgsLayoutItem: public QObject
~TestItem() {}

//implement pure virtual methods
int type() const { return QgsLayoutItemRegistry::LayoutItem + 101; }
int type() const override { return QgsLayoutItemRegistry::LayoutItem + 101; }

protected:
void draw( QgsRenderContext &context, const QStyleOptionGraphicsItem * = nullptr ) override
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 54bf013

Please sign in to comment.