summaryrefslogtreecommitdiffstats
path: root/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp
diff options
context:
space:
mode:
authorFabian Bumberger <fbumberger@rim.com>2013-09-13 16:12:30 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-16 11:48:33 +0200
commitb358f7d991e58f32cf0ebae7f7d3151bbb3bea63 (patch)
treeadf1ecfeef3ffe05826a096bee2f3811bbe07631 /src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp
parent2c5400e0080e7574d048c10e12b308bb1fbade56 (diff)
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 <alexander.blasche@digia.com>
Diffstat (limited to 'src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp')
-rw-r--r--src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp2
1 files changed, 0 insertions, 2 deletions
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);
}