summaryrefslogtreecommitdiffstats
path: root/src/settingsui/bluetooth/Discovery.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/settingsui/bluetooth/Discovery.qml')
-rw-r--r--src/settingsui/bluetooth/Discovery.qml6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/settingsui/bluetooth/Discovery.qml b/src/settingsui/bluetooth/Discovery.qml
index 9c1b674..5a51214 100644
--- a/src/settingsui/bluetooth/Discovery.qml
+++ b/src/settingsui/bluetooth/Discovery.qml
@@ -35,9 +35,7 @@
****************************************************************************/
import QtQuick 2.6
import QtQuick.Layouts 1.3
-import Qt.labs.controls 1.0
-import Qt.labs.controls.material 1.0
-import Qt.labs.controls.universal 1.0
+import QtQuick.Controls 2.0
import com.theqtcompany.settings.bluetooth 1.0
Item {
@@ -91,7 +89,7 @@ Item {
anchors.left: parent.left
anchors.top: parent.top
anchors.topMargin: 4
- source: mainList.getIcon(type)
+ source: mainList.getIcon(deviceType)
}
Column {
id: column