diff options
Diffstat (limited to 'utils/themeeditor/graphics/rbscreen.h')
| -rw-r--r-- | utils/themeeditor/graphics/rbscreen.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/themeeditor/graphics/rbscreen.h b/utils/themeeditor/graphics/rbscreen.h index 2903a29..c9f6ae2 100644 --- a/utils/themeeditor/graphics/rbscreen.h +++ b/utils/themeeditor/graphics/rbscreen.h @@ -88,6 +88,9 @@ public: void breakSBS(); +protected: + void hoverMoveEvent(QGraphicsSceneHoverEvent *event); + private: int width; int height; |