From 5e33b0f580d2b20f1a2989bf2ee8dde4525a2e39 Mon Sep 17 00:00:00 2001 From: Chris Adams Date: Mon, 28 May 2012 17:12:56 +1000 Subject: Create new documentation structure The documentation currently has no clear separation between Qt QML and Qt Quick. With recent commits like: 6c8378eaf1edbbefe6aaa3672b0127816a004fd7 and ab1e510121c8a679fdaca12ccd30e0f7ac12a26b the separation between the language definition and implementation, provided by Qt QML, and the standard library for the QML language, provided by Qt Quick, is clear. This commit creates a new documentation structure that is more navigable and separates concepts into logical categories, with clear separation between QtQML and QtQuick. It also provides a more generic QML Application Developer Resources page which contains links to information for QML application developers. Change-Id: Ia807ccfbfd24ffa0e1c7f0a51ed9d2ed3aa6a733 Reviewed-by: Martin Jones --- src/quick/items/qquickimage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/quick/items/qquickimage.cpp') diff --git a/src/quick/items/qquickimage.cpp b/src/quick/items/qquickimage.cpp index 113bb3461e..aa68477a9d 100644 --- a/src/quick/items/qquickimage.cpp +++ b/src/quick/items/qquickimage.cpp @@ -94,7 +94,7 @@ QQuickImagePrivate::QQuickImagePrivate() /*! \qmlclass Image QQuickImage \inqmlmodule QtQuick 2 - \ingroup qtquick-images + \ingroup qtquick-visual \inherits Item \brief Displays an image in a declarative user interface -- cgit v1.2.3