mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
remove unused QNetworkSessionPrivate member
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
1a6fcf19cd
commit
fd99efe296
2 changed files with 0 additions and 3 deletions
|
@ -236,7 +236,6 @@ QNetworkSession::QNetworkSession(const QNetworkConfiguration &connectionConfig,
|
||||||
foreach (QBearerEngine *engine, qNetworkConfigurationManagerPrivate()->engines()) {
|
foreach (QBearerEngine *engine, qNetworkConfigurationManagerPrivate()->engines()) {
|
||||||
if (engine->hasIdentifier(connectionConfig.identifier())) {
|
if (engine->hasIdentifier(connectionConfig.identifier())) {
|
||||||
d = engine->createSessionBackend();
|
d = engine->createSessionBackend();
|
||||||
d->q = this;
|
|
||||||
d->publicConfig = connectionConfig;
|
d->publicConfig = connectionConfig;
|
||||||
d->syncStateWithInterface();
|
d->syncStateWithInterface();
|
||||||
connect(d, SIGNAL(quitPendingWaitsForOpened()), this, SIGNAL(opened()));
|
connect(d, SIGNAL(quitPendingWaitsForOpened()), this, SIGNAL(opened()));
|
||||||
|
|
|
@ -119,8 +119,6 @@ Q_SIGNALS:
|
||||||
void preferredConfigurationChanged(const QNetworkConfiguration &config, bool isSeamless);
|
void preferredConfigurationChanged(const QNetworkConfiguration &config, bool isSeamless);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
QNetworkSession *q;
|
|
||||||
|
|
||||||
// The config set on QNetworkSession.
|
// The config set on QNetworkSession.
|
||||||
QNetworkConfiguration publicConfig;
|
QNetworkConfiguration publicConfig;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue