summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qgraphicssystem_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/painting/qgraphicssystem_p.h')
-rw-r--r--src/gui/painting/qgraphicssystem_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/painting/qgraphicssystem_p.h b/src/gui/painting/qgraphicssystem_p.h
index ddba22d..1bfca58 100644
--- a/src/gui/painting/qgraphicssystem_p.h
+++ b/src/gui/painting/qgraphicssystem_p.h
@@ -75,6 +75,7 @@ public:
virtual QSize physicalSize() const = 0;
virtual void setDirty(QRect) { }
virtual void pointerEvent(QMouseEvent &) { }
+ virtual QWidget *topLevelAt(const QPoint &point) const;
};
#endif // Q_WS_LITE