equal
deleted
inserted
replaced
77 RoamingError, |
77 RoamingError, |
78 OperationNotSupportedError, |
78 OperationNotSupportedError, |
79 InvalidConfigurationError |
79 InvalidConfigurationError |
80 }; |
80 }; |
81 |
81 |
82 QNetworkSession(const QNetworkConfiguration& connConfig, QObject* parent =0); |
82 explicit QNetworkSession(const QNetworkConfiguration& connConfig, QObject* parent =0); |
83 virtual ~QNetworkSession(); |
83 virtual ~QNetworkSession(); |
84 |
84 |
85 bool isOpen() const; |
85 bool isOpen() const; |
86 QNetworkConfiguration configuration() const; |
86 QNetworkConfiguration configuration() const; |
87 QNetworkInterface interface() const; |
87 QNetworkInterface interface() const; |