summaryrefslogtreecommitdiff
path: root/src/controls/ToolButton.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-03-04 15:22:50 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-05 11:11:44 +0100
commite8a440c5f4e1cd29e32f20a99b8542cfb2014132 (patch)
tree9d586bcab5fc9609c0a0e84ba45711ea83037b74 /src/controls/ToolButton.qml
parent7dbe467346167a818587cc3b56a93b776f3a2bc2 (diff)
downloadqtquickcontrols-e8a440c5f4e1cd29e32f20a99b8542cfb2014132.tar.gz
ToolButton docs: fix inheritance
qdoc cannot handle importing the private module into a namespace Change-Id: I4f1b22aef68590e4beea4762aea7e9de7758cce1 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'src/controls/ToolButton.qml')
-rw-r--r--src/controls/ToolButton.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/ToolButton.qml b/src/controls/ToolButton.qml
index 02c98a07..6f65de3b 100644
--- a/src/controls/ToolButton.qml
+++ b/src/controls/ToolButton.qml
@@ -40,7 +40,7 @@
import QtQuick 2.0
import QtQuick.Controls 1.0
-import QtQuick.Controls.Private 1.0 as Private
+import QtQuick.Controls.Private 1.0
import "Styles/Settings.js" as Settings
/*!
@@ -59,7 +59,7 @@ import "Styles/Settings.js" as Settings
\endcode
*/
-Private.BasicButton {
+BasicButton {
id: button
/*! The image label source. */