summaryrefslogtreecommitdiffstats
path: root/src/settingsui/bluetooth/Discovery.qml
diff options
context:
space:
mode:
authorTeemu Holappa <teemu.holappa@qt.io>2017-02-27 10:24:53 +0200
committerTeemu Holappa <teemu.holappa@qt.io>2017-05-03 06:32:17 +0000
commit48fb704e64300387f99c4192436728858c8aa4f8 (patch)
tree1891c25100a6cdf0f1260c0c5ca1f469887828c8 /src/settingsui/bluetooth/Discovery.qml
parent314de829065a3fa411b8fed90ff1289b000e229b (diff)
Fix issue when no Bluetooth device is available
Added async scan of the bluetooth adapter. Done some cleanup to the public class. Task-number: QTBUG-57676 Change-Id: Ia845f2f8c18fb8272160167482e5124c0b43fee7 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'src/settingsui/bluetooth/Discovery.qml')
-rw-r--r--src/settingsui/bluetooth/Discovery.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settingsui/bluetooth/Discovery.qml b/src/settingsui/bluetooth/Discovery.qml
index 4daa469..1b3184a 100644
--- a/src/settingsui/bluetooth/Discovery.qml
+++ b/src/settingsui/bluetooth/Discovery.qml
@@ -82,7 +82,7 @@ Item {
anchors.left: parent.left
anchors.top: parent.top
anchors.topMargin: 4
- source: mainList.getIcon(deviceType)
+ source: mainList.getIcon(type)
}
Column {
id: column