mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Networkjobs: Fix Qt 4 compile (again)
This commit is contained in:
parent
00a075b0d8
commit
2a45ebde33
@ -595,10 +595,12 @@ bool CheckServerJob::finished()
|
||||
{
|
||||
account()->setSslConfiguration(reply()->sslConfiguration());
|
||||
|
||||
#if QT_VERSION > QT_VERSION_CHECK(5, 2, 0)
|
||||
if (reply()->request().url().scheme() == QLatin1String("https")
|
||||
&& reply()->sslConfiguration().sessionTicket().isEmpty()) {
|
||||
qDebug() << "No SSL session identifier / session ticket is used, this might impact sync performance negatively.";
|
||||
}
|
||||
#endif
|
||||
|
||||
// The serverInstalls to /owncloud. Let's try that if the file wasn't found
|
||||
// at the original location
|
||||
|
||||
Loading…
Reference in New Issue
Block a user