diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-08-13 04:01:52 (GMT) |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-08-13 04:10:32 (GMT) |
commit | 167b63d2250e7923d7b660076a80e82af07d9cdb (patch) | |
tree | 9c0a1efe115f926af744de4fe7011c3cce6c3c0a /src/network/bearer | |
parent | 7e4807fed07e4c96086af00338601223b3353d29 (diff) | |
download | Qt-167b63d2250e7923d7b660076a80e82af07d9cdb.zip Qt-167b63d2250e7923d7b660076a80e82af07d9cdb.tar.gz Qt-167b63d2250e7923d7b660076a80e82af07d9cdb.tar.bz2 |
Make this constructor explicit in Qt too.
Diffstat (limited to 'src/network/bearer')
-rw-r--r-- | src/network/bearer/qnetworksession.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/network/bearer/qnetworksession.h b/src/network/bearer/qnetworksession.h index e7fffac..0b40147 100644 --- a/src/network/bearer/qnetworksession.h +++ b/src/network/bearer/qnetworksession.h @@ -89,11 +89,7 @@ public: OperationNotSupportedError, InvalidConfigurationError }; -#ifndef QT_MOBILITY_BEARER - QNetworkSession(const QNetworkConfiguration& connConfig, QObject* parent =0); -#else explicit QNetworkSession(const QNetworkConfiguration& connConfig, QObject* parent =0); -#endif virtual ~QNetworkSession(); bool isOpen() const; |