minor bugfixes

This commit is contained in:
Blue 2020-04-15 20:27:38 +03:00
parent b50ce146b8
commit a8698cc94f
5 changed files with 21 additions and 21 deletions

View file

@ -1141,7 +1141,7 @@ void Core::Account::onClientError(QXmppClient::Error err)
case QXmppStanza::Error::UnexpectedRequest:
errorText = "Unexpected request";
break;
#if (QXMPP_VERSION) >= QT_VERSION_CHECK(1, 1, 0)
#if (QXMPP_VERSION) >= QT_VERSION_CHECK(1, 3, 0)
case QXmppStanza::Error::PolicyViolation:
errorText = "Policy violation";
break;