From f0cc90e45da3166e53f32377187313b4abd4605a Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 3 Jul 2017 16:20:11 +0200 Subject: [PATCH] fix apidocs --- src/plasmaquick/dialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plasmaquick/dialog.h b/src/plasmaquick/dialog.h index e99876187..5299712d4 100644 --- a/src/plasmaquick/dialog.h +++ b/src/plasmaquick/dialog.h @@ -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);