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.
QNetworkReply can emit its finished() signal from another thread; calling sender() in the handler will therefore return a NULL object.