summaryrefslogtreecommitdiffstats
path: root/src/systeminfo/qsystemnetworkinfo.h
diff options
context:
space:
mode:
authorMatias Muhonen <ext-matias.muhonen@nokia.com>2011-03-11 12:18:44 +0200
committerMatias Muhonen <ext-matias.muhonen@nokia.com>2011-03-11 12:18:44 +0200
commit78ef24230e0f4cc247c893d70701206886fc824c (patch)
tree3d2567c5546225c4cd38ada8f6ddffaa87d1e028 /src/systeminfo/qsystemnetworkinfo.h
parent2a66abaa6605edf40fa86e5e5844f1e2079632bb (diff)
Make SysInfo compile on Maemo6 + fix compiler warnings
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 a680ea6a52..a5e04d3ef9 100644
--- a/src/systeminfo/qsystemnetworkinfo.h
+++ b/src/systeminfo/qsystemnetworkinfo.h
@@ -66,7 +66,7 @@ class Q_SYSINFO_EXPORT QSystemNetworkInfo : public QObject
Q_PROPERTY(QString homeMobileCountryCode READ homeMobileCountryCode CONSTANT)
Q_PROPERTY(QString homeMobileNetworkCode READ homeMobileNetworkCode CONSTANT)
Q_PROPERTY(QSystemNetworkInfo::NetworkMode currentMode READ currentMode CONSTANT)
- Q_PROPERTY(QSystemNetworkInfo::CellDataTechnology cellDataTechnology READ cellDataTechnology NOTIFY cellDataTechnologyChanged);
+ Q_PROPERTY(QSystemNetworkInfo::CellDataTechnology cellDataTechnology READ cellDataTechnology NOTIFY cellDataTechnologyChanged)
public: