Skip to content

Commit 54bf013

Browse files
committed
Update tests
1 parent 4e0e038 commit 54bf013

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/src/core/testqgslayoutitem.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class TestQgsLayoutItem: public QObject
6868
~TestItem() {}
6969

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

7373
protected:
7474
void draw( QgsRenderContext &context, const QStyleOptionGraphicsItem * = nullptr ) override

0 commit comments

Comments
 (0)