aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickframe.cpp
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-09-23 13:06:04 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-23 13:41:46 +0000
commit8a5f6de53fbde11a7075fdfed4436dfbe21acaa0 (patch)
tree2b2b74916e86f124a73cfac960b5b014cdac7062 /src/templates/qquickframe.cpp
parent69b1ef4fd291aea54138d9a23d9710ece82b11be (diff)
Doc: Replaced the module name qualifier used for QML docs
Also made changes to avoid qdoc warnings about qml snippets. Change-Id: Ide047fe7a4901fcf4b03efdccf457662e60585d2 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/templates/qquickframe.cpp')
-rw-r--r--src/templates/qquickframe.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/templates/qquickframe.cpp b/src/templates/qquickframe.cpp
index 7a0aec70..9281e087 100644
--- a/src/templates/qquickframe.cpp
+++ b/src/templates/qquickframe.cpp
@@ -87,7 +87,7 @@ QQuickFrame::QQuickFrame(QQuickFramePrivate &dd, QQuickItem *parent) :
}
/*!
- \qmlproperty real QtQuickControls2::Frame::contentWidth
+ \qmlproperty real QtQuick.Controls::Frame::contentWidth
This property holds the content width. It is used for calculating the
total implicit width of the frame.
@@ -111,7 +111,7 @@ void QQuickFrame::setContentWidth(qreal width)
}
/*!
- \qmlproperty real QtQuickControls2::Frame::contentHeight
+ \qmlproperty real QtQuick.Controls::Frame::contentHeight
This property holds the content height. It is used for calculating the
total implicit height of the frame.
@@ -135,7 +135,7 @@ void QQuickFrame::setContentHeight(qreal height)
}
/*!
- \qmlproperty Item QtQuickControls2::Frame::frame
+ \qmlproperty Item QtQuick.Controls::Frame::frame
This property holds the visual frame item.
@@ -160,7 +160,7 @@ void QQuickFrame::setFrame(QQuickItem *frame)
}
/*!
- \qmlproperty list<Object> QtQuickControls2::Frame::contentData
+ \qmlproperty list<Object> QtQuick.Controls::Frame::contentData
\default
This property holds the list of content data.
@@ -178,7 +178,7 @@ QQmlListProperty<QObject> QQuickFrame::contentData()
}
/*!
- \qmlproperty list<Item> QtQuickControls2::Frame::contentChildren
+ \qmlproperty list<Item> QtQuick.Controls::Frame::contentChildren
This property holds the list of content children.