API dox: do not use ":" after "@since"

GIT_SILENT
This commit is contained in:
Friedrich W. H. Kossebau 2020-01-16 12:30:31 +01:00
parent 02e57319f7
commit 1c60859999

View File

@ -102,7 +102,7 @@ class AppletInterface : public PlasmaQuick::AppletQuickItem
* This allows to set custom full QML items as the tooltip.
* It will ignore all texts set by setToolTipMainText or setToolTipSubText
*
* @since: 5.19
* @since 5.19
*/
Q_PROPERTY(QQuickItem *toolTipItem READ toolTipItem WRITE setToolTipItem NOTIFY toolTipItemChanged)