Skip to content

BasePlugin: don't use QObject::sender() for network callbacks

username-removed-10562 requested to merge sender-lp-1521800 into master

QNetworkReply can emit its finished() signal from another thread; calling sender() in the handler will therefore return a NULL object.

https://bugs.launchpad.net/bugs/1521800

Merge request reports