Skip to content

Commit d254d27

Browse files
author
Pasi Pentikainen
committed
Symbian: Fix cherry-pick merge-conflict failure
Fix merge conflict failure of 2410bc4, done when cherry-picking 4d5296d (I4b5b36b1d996b98e659d993969006c61b4440c15) from 4.8 to 4.8.1-symbian branch. Change-Id: I4b8049b94f55171b3feafff06b431bcf6aa6f3fb Reviewed-by: Juha Kukkonen <[email protected]> Reviewed-by: Shane Kearns <[email protected]> Reviewed-by: Pasi Pentikäinen <[email protected]>
1 parent 8e55e01 commit d254d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/network/access/qnetworkreplyimpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ void QNetworkReplyImplPrivate::_q_startOperation()
102102
if (session) {
103103
Q_Q(QNetworkReplyImpl);
104104

105-
QObject::connect(session, SIGNAL(error(QNetworkSession::SessionError)),
105+
QObject::connect(session.data(), SIGNAL(error(QNetworkSession::SessionError)),
106106
q, SLOT(_q_networkSessionFailed()));
107107

108108
if (!session->isOpen())

0 commit comments

Comments
 (0)