mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +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()) {
|
||||
if (engine->hasIdentifier(connectionConfig.identifier())) {
|
||||
d = engine->createSessionBackend();
|
||||
d->q = this;
|
||||
d->publicConfig = connectionConfig;
|
||||
d->syncStateWithInterface();
|
||||
connect(d, SIGNAL(quitPendingWaitsForOpened()), this, SIGNAL(opened()));
|
||||
|
|
|
@ -119,8 +119,6 @@ Q_SIGNALS:
|
|||
void preferredConfigurationChanged(const QNetworkConfiguration &config, bool isSeamless);
|
||||
|
||||
protected:
|
||||
QNetworkSession *q;
|
||||
|
||||
// The config set on QNetworkSession.
|
||||
QNetworkConfiguration publicConfig;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue