summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2014-09-24 10:32:47 +0200
committerMarc Mutz <marc.mutz@kdab.com>2014-10-02 16:00:27 +0200
commit9bee41796b24b5857bfa43e09840522c9352e02a (patch)
tree6327828ce5dcbf0df946a399b6e3fe82e15c10f2 /src/plugins/bearer
parent5c9ebbfbb92e64359bdc93974b77814c21afa4dd (diff)
QOfonoService: use Q_SLOTS
The rest of the code uses Q_SIGNALS, even Q_EMIT, so be consistent, if nothing else. Change-Id: I6441d0a630e7b592d15431c2b9ff4398223bbe9c Reviewed-by: Valerio Valerio <valerio.valerio@jollamobile.com> Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
Diffstat (limited to 'src/plugins/bearer')
-rw-r--r--src/plugins/bearer/connman/qofonoservice_linux_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/bearer/connman/qofonoservice_linux_p.h b/src/plugins/bearer/connman/qofonoservice_linux_p.h
index 8a6a932e0d..f2d9e5351b 100644
--- a/src/plugins/bearer/connman/qofonoservice_linux_p.h
+++ b/src/plugins/bearer/connman/qofonoservice_linux_p.h
@@ -159,7 +159,7 @@ private:
QVariantMap propertiesMap;
QVariant getProperty(const QString &);
QStringList contextList;
-private slots:
+private Q_SLOTS:
void propertyChanged(const QString &, const QDBusVariant &value);
};