From b358f7d991e58f32cf0ebae7f7d3151bbb3bea63 Mon Sep 17 00:00:00 2001 From: Fabian Bumberger Date: Fri, 13 Sep 2013 16:12:30 +0200 Subject: Remove qdeclarativebluetoothimageprovider This class in unfinished and does not work properly plus it introduces a dependency to the svg module. I also refactored the example where the icon was used. Change-Id: If3bd5e2eb6b05e090255f1bae0015d69c2a83065 Reviewed-by: Alex Blasche --- src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp') diff --git a/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp b/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp index feaa5adc..0bcdd46c 100644 --- a/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp +++ b/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp @@ -224,8 +224,6 @@ QVariant QDeclarativeBluetoothDiscoveryModel::data(const QModelIndex &index, int label += QStringLiteral(" ") + service->serviceName(); return label; } - case Qt::DecorationRole: - return QLatin1String("image://bluetoothicons/default"); case ServiceRole: return QVariant::fromValue(service); } -- cgit v1.2.3