Skip to content

greeter: Fix signal invocation on QNetworkReply

Kai Uwe Broulik requested to merge work/kbroulik/error-occurred-signal into master

The error signal is errorOccurred now. While at it, use compile-time checked invokeMethod and make use of qArg (no need for Q_ARG anymore).


@davidedmundson

Fixes

QMetaObject::invokeMethod: No such method ScreenLocker::AccessDeniedNetworkReply::error(QNetworkReply::NetworkError)
QMetaObject::invokeMethod: No such method ScreenLocker::AccessDeniedNetworkReply::error(QNetworkReply::NetworkError)

Merge request reports