From 7c83fd542eabe3bcf00f414e1df0d3f4e494aa0c Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Fri, 25 Apr 2014 01:19:55 +0200 Subject: [PATCH] Finish ToolTip::containsMouse property The documentation was copy-pasted and was wrong. The property name started with m_, which is odd and I don't see a reason for it. Also I didn't find any code that uses it. REVIEW: 117760 --- src/declarativeimports/core/tooltip.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/declarativeimports/core/tooltip.h b/src/declarativeimports/core/tooltip.h index b34f57088..e8bc552c2 100644 --- a/src/declarativeimports/core/tooltip.h +++ b/src/declarativeimports/core/tooltip.h @@ -87,9 +87,9 @@ class ToolTip : public QQuickItem Q_PROPERTY(QVariant icon READ icon WRITE setIcon NOTIFY iconChanged) /** - * An icon for this tooltip, accepted values are an icon name, a QIcon, QImage or QPixmap + * Returns whether the mouse is inside the item */ - Q_PROPERTY(bool m_containsMouse READ containsMouse NOTIFY containsMouseChanged) + Q_PROPERTY(bool containsMouse READ containsMouse NOTIFY containsMouseChanged) /** * Plasma Location of the dialog window. Useful if this dialog is a popup for a panel