From 18a03324c4c93042166ae206702b52e51da25d8e Mon Sep 17 00:00:00 2001 From: Jerome Pasion <jerome.pasion@digia.com> Date: Fri, 15 Feb 2013 17:57:47 +0100 Subject: [PATCH] Doc: Edited PageStack documentation. The QDoc commands and arguments were incorrect. Change-Id: I4dd8a1fb38a8b2bc6fce99ecfc552cd6175141ef Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com> --- src/qtdesktop/PageStack.qml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/qtdesktop/PageStack.qml b/src/qtdesktop/PageStack.qml index d77a623c0..c5d23c719 100644 --- a/src/qtdesktop/PageStack.qml +++ b/src/qtdesktop/PageStack.qml @@ -44,9 +44,9 @@ import QtDesktop.Private 1.0 import "Private/PageStack.js" as JSArray /*! - \qmlclass QtDesktop.PageStack + \qmltype PageStack \inherits Item - \inqmlmodule QtDesktop + \inqmlmodule QtDesktop 1.0 \brief The central component for building page-based applications @@ -989,4 +989,3 @@ Item { } } } - -- GitLab