summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/doc/snippets
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-10-11 14:48:42 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-14 09:30:17 +0200
commitf50cf1de802b42bf632ed85b2da5072786a56fcb (patch)
treeef9a86c26cc3a3e1d528a97fe7b93ec6db6fca75 /src/bluetooth/doc/snippets
parent87debe438c3655081f2b56bceea1ca7b045e28a5 (diff)
QtBluetooth QML API starts with 5.2.
5.0 remains as silent import though. Change-Id: I06c839a1224dc0d8b019bd99e354245f829ae750 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
Diffstat (limited to 'src/bluetooth/doc/snippets')
-rw-r--r--src/bluetooth/doc/snippets/doc_src_qtbluetooth.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/doc/snippets/doc_src_qtbluetooth.qml b/src/bluetooth/doc/snippets/doc_src_qtbluetooth.qml
index 2d4280c3..eac7c144 100644
--- a/src/bluetooth/doc/snippets/doc_src_qtbluetooth.qml
+++ b/src/bluetooth/doc/snippets/doc_src_qtbluetooth.qml
@@ -39,7 +39,7 @@
****************************************************************************/
//! [import]
-import QtBluetooth 5.0
+import QtBluetooth 5.2
//! [import]
//! [service]