summaryrefslogtreecommitdiffstats
path: root/src/bluetoothsettings/discoverymodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetoothsettings/discoverymodel.cpp')
-rw-r--r--src/bluetoothsettings/discoverymodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetoothsettings/discoverymodel.cpp b/src/bluetoothsettings/discoverymodel.cpp
index 36d3a2e..1a9410b 100644
--- a/src/bluetoothsettings/discoverymodel.cpp
+++ b/src/bluetoothsettings/discoverymodel.cpp
@@ -222,7 +222,7 @@ QVariant DiscoveryModel::data(const QModelIndex & index, int role) const
case DiscoveryModel::Connected:
return item->connected();
default:
- return "";
+ return QVariant();
}
}