From fdf73a5f8831b6a8198965b7bd009077fdac5403 Mon Sep 17 00:00:00 2001 From: Mika Salmela Date: Thu, 6 Mar 2014 13:34:04 +0200 Subject: ItemModelBarDataProxy property type fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0f4f62bdb89067ac142164afb66dbfc481e72bc2 Reviewed-by: Tomi Korpipää --- src/datavisualization/data/qitemmodelbardataproxy.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/datavisualization') diff --git a/src/datavisualization/data/qitemmodelbardataproxy.cpp b/src/datavisualization/data/qitemmodelbardataproxy.cpp index 4d220b13..2281e33f 100644 --- a/src/datavisualization/data/qitemmodelbardataproxy.cpp +++ b/src/datavisualization/data/qitemmodelbardataproxy.cpp @@ -84,7 +84,7 @@ QT_BEGIN_NAMESPACE_DATAVISUALIZATION */ /*! - * \qmlproperty list ItemModelBarDataProxy::itemModel + * \qmlproperty model ItemModelBarDataProxy::itemModel * The item model. */ @@ -110,33 +110,33 @@ QT_BEGIN_NAMESPACE_DATAVISUALIZATION */ /*! - * \qmlproperty list ItemModelBarDataProxy::rowCategories + * \qmlproperty list ItemModelBarDataProxy::rowCategories * The row categories of the mapping. Only items with row roles that are found in this list are * included when the data is resolved. The rows are ordered in the same order as they are in this list. */ /*! - * \qmlproperty list ItemModelBarDataProxy::columnCategories + * \qmlproperty list ItemModelBarDataProxy::columnCategories * The column categories of the mapping. Only items with column roles that are found in this list are * included when the data is resolved. The columns are ordered in the same order as they are in this list. */ /*! - * \qmlproperty list ItemModelBarDataProxy::useModelCategories + * \qmlproperty bool ItemModelBarDataProxy::useModelCategories * When set to true, the mapping ignores row and column roles and categories, and uses * the rows and columns from the model instead. Row and column headers are used for row and column * labels. Defaults to \c{false}. */ /*! - * \qmlproperty list ItemModelBarDataProxy::autoRowCategories + * \qmlproperty bool ItemModelBarDataProxy::autoRowCategories * When set to true, the mapping ignores any explicitly set row categories * and overwrites them with automatically generated ones whenever the * data from the model is resolved. Defaults to \c{true}. */ /*! - * \qmlproperty list ItemModelBarDataProxy::autoColumnCategories + * \qmlproperty bool ItemModelBarDataProxy::autoColumnCategories * When set to true, the mapping ignores any explicitly set column categories * and overwrites them with automatically generated ones whenever the * data from model is resolved. Defaults to \c{true}. -- cgit v1.2.3