summaryrefslogtreecommitdiff
path: root/sowatchui
diff options
context:
space:
mode:
Diffstat (limited to 'sowatchui')
-rw-r--r--sowatchui/watchesmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sowatchui/watchesmodel.cpp b/sowatchui/watchesmodel.cpp
index 617e262..c2bcd1a 100644
--- a/sowatchui/watchesmodel.cpp
+++ b/sowatchui/watchesmodel.cpp
@@ -102,7 +102,7 @@ void WatchesModel::addFoundWatch(const QVariantMap &info)
// Set some defaults
Registry *registry = Registry::registry();
- foreach (const QStringList& providerId, registry->allNotificationProviders()) {
+ foreach (const QString& providerId, registry->allNotificationProviders()) {
qDebug() << "Would add" << providerId;
}