summaryrefslogtreecommitdiffstats
path: root/network/wifinetworkmodel.h
diff options
context:
space:
mode:
authorMatt Porter <mporter@konsulko.com>2018-07-30 21:10:29 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2018-07-30 21:10:29 +0000
commitee58ffc1da71d296fdae869dbaaa74a1c4a6c664 (patch)
treec67348444246644e98a56076337515059560f6a1 /network/wifinetworkmodel.h
parent3f7c96d135e64e22075b640e9ee301e444cd1582 (diff)
parent0c4d8bf4e0af08563c907148216ffdb485dd1922 (diff)
Diffstat (limited to 'network/wifinetworkmodel.h')
-rw-r--r--network/wifinetworkmodel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/network/wifinetworkmodel.h b/network/wifinetworkmodel.h
index 27e635a..0df4459 100644
--- a/network/wifinetworkmodel.h
+++ b/network/wifinetworkmodel.h
@@ -58,6 +58,9 @@ class WifiNetworkModel : public QAbstractListModel
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const;
void updateProperties(QString service, QJsonObject properties);
+ signals:
+ void strengthChanged(int strength);
+
protected:
QHash<int, QByteArray> roleNames() const;