equal
deleted
inserted
replaced
87 SessionAbortedError, |
87 SessionAbortedError, |
88 RoamingError, |
88 RoamingError, |
89 OperationNotSupportedError, |
89 OperationNotSupportedError, |
90 InvalidConfigurationError |
90 InvalidConfigurationError |
91 }; |
91 }; |
92 #ifndef QT_MOBILITY_BEARER |
|
93 QNetworkSession(const QNetworkConfiguration& connConfig, QObject* parent =0); |
|
94 #else |
|
95 explicit QNetworkSession(const QNetworkConfiguration& connConfig, QObject* parent =0); |
92 explicit QNetworkSession(const QNetworkConfiguration& connConfig, QObject* parent =0); |
96 #endif |
|
97 virtual ~QNetworkSession(); |
93 virtual ~QNetworkSession(); |
98 |
94 |
99 bool isOpen() const; |
95 bool isOpen() const; |
100 QNetworkConfiguration configuration() const; |
96 QNetworkConfiguration configuration() const; |
101 #ifndef QT_NO_NETWORKINTERFACE |
97 #ifndef QT_NO_NETWORKINTERFACE |