fix apidocs

This commit is contained in:
Marco Martin 2017-07-03 16:20:11 +02:00
parent 06410e779b
commit f0cc90e45d

View File

@ -201,8 +201,8 @@ public:
/**
* @returns The suggested screen position for the popup
* @arg item the item the popup has to be positioned relatively to. if null, the popup will be positioned in the center of the window
* @arg alignment alignment of the popup compared to the item
* @param item the item the popup has to be positioned relatively to. if null, the popup will be positioned in the center of the window
* @param size the size that the popup will have, which influences the final position
*/
virtual QPoint popupPosition(QQuickItem *item, const QSize &size);