mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Update tests
This commit is contained in:
parent
4e0e038aab
commit
54bf013004
@ -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
|
||||
|
BIN
tests/testdata/control_images/layouts/expected_layoutitem_draw/expected_layoutitem_draw_mask.png
vendored
Normal file
BIN
tests/testdata/control_images/layouts/expected_layoutitem_draw/expected_layoutitem_draw_mask.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Loading…
x
Reference in New Issue
Block a user