NO_SHIBBOLETH: Fix warning

This commit is contained in:
Markus Goetz 2018-02-02 19:47:26 +01:00 committed by Camila San
parent 5e2270bd57
commit d33692cdc7
No known key found for this signature in database
GPG Key ID: 7A4A6121E88E2AD4

View File

@ -895,6 +895,8 @@ void DetermineAuthTypeJob::start()
_resultGet = Shibboleth;
get->setFollowRedirects(false);
}
#else
Q_UNUSED(target)
#endif
});
connect(get, &SimpleNetworkJob::finishedSignal, this, [this]() {