summaryrefslogtreecommitdiffstats
path: root/src/network/bearer/qnetworkconfigmanager.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-03-26 00:08:21 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-03-26 00:08:21 (GMT)
commit82c4fe87a9b2f65354803b9b6dc2054c4c63c8e8 (patch)
tree2d206134bb71260fa580160c7c75c351a4867e29 /src/network/bearer/qnetworkconfigmanager.h
parent9f6b271e942d48cef566891bd9d9712e147df3a2 (diff)
parentf75961dfd20b82f2f5e2a4b7feaf59c841a93f6b (diff)
downloadQt-82c4fe87a9b2f65354803b9b6dc2054c4c63c8e8.zip
Qt-82c4fe87a9b2f65354803b9b6dc2054c4c63c8e8.tar.gz
Qt-82c4fe87a9b2f65354803b9b6dc2054c4c63c8e8.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'src/network/bearer/qnetworkconfigmanager.h')
-rw-r--r--src/network/bearer/qnetworkconfigmanager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/network/bearer/qnetworkconfigmanager.h b/src/network/bearer/qnetworkconfigmanager.h
index 73041fe..bb4d8a0 100644
--- a/src/network/bearer/qnetworkconfigmanager.h
+++ b/src/network/bearer/qnetworkconfigmanager.h
@@ -64,7 +64,8 @@ public:
SystemSessionSupport = 0x00000004,
ApplicationLevelRoaming = 0x00000008,
ForcedRoaming = 0x00000010,
- DataStatistics = 0x00000020
+ DataStatistics = 0x00000020,
+ NetworkSessionRequired = 0x00000040
};
Q_DECLARE_FLAGS(Capabilities, Capability)