summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/chip/chip.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphicsview/chip/chip.cpp')
-rw-r--r--examples/graphicsview/chip/chip.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/graphicsview/chip/chip.cpp b/examples/graphicsview/chip/chip.cpp
index 912a7902c9..665daea1dc 100644
--- a/examples/graphicsview/chip/chip.cpp
+++ b/examples/graphicsview/chip/chip.cpp
@@ -51,7 +51,7 @@ Chip::Chip(const QColor &color, int x, int y)
setZValue((x + y) % 2);
setFlags(ItemIsSelectable | ItemIsMovable);
- setAcceptsHoverEvents(true);
+ setAcceptHoverEvents(true);
}
QRectF Chip::boundingRect() const