diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-01-04 23:06:49 (GMT) |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-01-04 23:45:12 (GMT) |
commit | 31e6fc5ae7f7fbe2f23b519cb76dcc579dac1f41 (patch) | |
tree | 0f013fe0a7407737aac96d8d0dab5ccf83815261 /src/network/bearer/qnetworkconfiguration_p.h | |
parent | 0f31f63e11d4fcb2b399979de28368a89275b911 (diff) | |
download | Qt-31e6fc5ae7f7fbe2f23b519cb76dcc579dac1f41.zip Qt-31e6fc5ae7f7fbe2f23b519cb76dcc579dac1f41.tar.gz Qt-31e6fc5ae7f7fbe2f23b519cb76dcc579dac1f41.tar.bz2 |
Bearer Management Integration 2.
Diffstat (limited to 'src/network/bearer/qnetworkconfiguration_p.h')
-rw-r--r-- | src/network/bearer/qnetworkconfiguration_p.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/network/bearer/qnetworkconfiguration_p.h b/src/network/bearer/qnetworkconfiguration_p.h index a3bcd9a..c2834e6 100644 --- a/src/network/bearer/qnetworkconfiguration_p.h +++ b/src/network/bearer/qnetworkconfiguration_p.h @@ -78,6 +78,12 @@ public: } QString name; + QString bearer; + inline QString bearerName() const + { + return bearer; + } + bool isValid; QString id; QNetworkConfiguration::StateFlags state; |