summaryrefslogtreecommitdiffstats
path: root/src/systeminfo/qsystemnetworkinfo.h
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2010-09-07 15:01:36 +1000
committerLorn Potter <lorn.potter@nokia.com>2010-09-07 15:01:36 +1000
commita5b7acd07da621231ebd8660de7b0c8815f88ada (patch)
tree76a89e918cb6f2524b479f54f73eaca287f48291 /src/systeminfo/qsystemnetworkinfo.h
parent60aa7099a031ab09701f181dbeaa3e1be13659f7 (diff)
add cellIdChanged signal
Task-number: MOBILITY-954
Diffstat (limited to 'src/systeminfo/qsystemnetworkinfo.h')
-rw-r--r--src/systeminfo/qsystemnetworkinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systeminfo/qsystemnetworkinfo.h b/src/systeminfo/qsystemnetworkinfo.h
index 3f2bfd9339..0d1c367747 100644
--- a/src/systeminfo/qsystemnetworkinfo.h
+++ b/src/systeminfo/qsystemnetworkinfo.h
@@ -121,6 +121,8 @@ Q_SIGNALS:
void networkNameChanged(QSystemNetworkInfo::NetworkMode,const QString &);
void networkModeChanged(QSystemNetworkInfo::NetworkMode);
+ void cellIdChanged(int); //1.2
+
protected:
virtual void connectNotify(const char *signal);
virtual void disconnectNotify(const char *signal);