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
This commit is contained in:
Aleix Pol 2014-04-25 01:19:55 +02:00
parent c4bdaa1610
commit 7c83fd542e

View File

@ -87,9 +87,9 @@ class ToolTip : public QQuickItem
Q_PROPERTY(QVariant icon READ icon WRITE setIcon NOTIFY iconChanged) 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 * Plasma Location of the dialog window. Useful if this dialog is a popup for a panel