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

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

Loading