summaryrefslogtreecommitdiffstats
path: root/src/systeminfo/qsystemnetworkinfo.h
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2010-09-10 12:44:08 +1000
committerLorn Potter <lorn.potter@nokia.com>2010-09-10 12:44:08 +1000
commit35f23aa5c43f62b6e448129661e6ed02d47f072a (patch)
treecf1725024e2855bef7dcf6026681e50131fbf610 /src/systeminfo/qsystemnetworkinfo.h
parentbf3a323f0a2335d225999a74bd32a4472d6237b1 (diff)
cellId is int
Diffstat (limited to 'src/systeminfo/qsystemnetworkinfo.h')
-rw-r--r--src/systeminfo/qsystemnetworkinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systeminfo/qsystemnetworkinfo.h b/src/systeminfo/qsystemnetworkinfo.h
index 0d1c367747..ddec1139f8 100644
--- a/src/systeminfo/qsystemnetworkinfo.h
+++ b/src/systeminfo/qsystemnetworkinfo.h
@@ -57,7 +57,7 @@ class Q_SYSINFO_EXPORT QSystemNetworkInfo : public QObject
Q_OBJECT
Q_ENUMS(NetworkStatus)
Q_ENUMS(NetworkMode)
- Q_PROPERTY(int cellId READ cellId)
+ Q_PROPERTY(int cellId READ cellId NOTIFY cellIdChanged)
Q_PROPERTY(int locationAreaCode READ locationAreaCode)
Q_PROPERTY(QString currentMobileCountryCode READ currentMobileCountryCode NOTIFY currentMobileCountryCodeChanged)
Q_PROPERTY(QString currentMobileNetworkCode READ currentMobileNetworkCode NOTIFY currentMobileNetworkCodeChanged)