Update tests

This commit is contained in:
Nyall Dawson 2017-07-18 13:42:04 +10:00
parent 4e0e038aab
commit 54bf013004
2 changed files with 1 additions and 1 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB