QGraphicsScene: register ItemIndexMethod enum for property

Fixes: QTBUG-57903
Change-Id: I2b2725bceb5189dd21102bbacb10e9775740cf5d
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
bb10
Fabian Kosmale 2019-09-12 08:25:01 +02:00
parent 6096f9d0d5
commit cdb7d013cb
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ public:
BspTreeIndex,
NoIndex = -1
};
Q_ENUM(ItemIndexMethod)
enum SceneLayer {
ItemLayer = 0x1,
BackgroundLayer = 0x2,