summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/scanner/scanner.qrc
diff options
context:
space:
mode:
authorFabian Bumberger <fbumberger@rim.com>2013-09-16 18:01:13 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-18 17:24:18 +0200
commit8e86bc19f4be7d2d01181ab45a8cadd4320887ec (patch)
tree06ef4b435f0dd6b5b518d4f784bbe4e64ad450db /examples/bluetooth/scanner/scanner.qrc
parent2d8378e49807ef3bf6e6662fbfcec96e95ee328f (diff)
Refactor QBluetoothDiscoveryModel
- Add the option to discover devices - Clear the model when a new discovery is started. In the previous implementation the model was only cleared if new data was available. This can lead to some funny results. - Change some property types to enums - Enhance the qmlscanner example Change-Id: I94f33e3eabd7440b5c0c6c83f3e8158009bd2dbd Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'examples/bluetooth/scanner/scanner.qrc')
-rw-r--r--examples/bluetooth/scanner/scanner.qrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/bluetooth/scanner/scanner.qrc b/examples/bluetooth/scanner/scanner.qrc
index 9543f065..46232c8a 100644
--- a/examples/bluetooth/scanner/scanner.qrc
+++ b/examples/bluetooth/scanner/scanner.qrc
@@ -2,5 +2,6 @@
<qresource prefix="/">
<file>scanner.qml</file>
<file>default.png</file>
+ <file>Button.qml</file>
</qresource>
</RCC>