mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-16 12:07:47 -07:00
Bump minimum Qt version from 5.8 to 5.15 (#6442)
* Bump minimum Qt version from 5.8 to 5.15 * remove version check * remove version checks
This commit is contained in:
parent
521046fb09
commit
70f9982c29
31 changed files with 5 additions and 156 deletions
|
|
@ -334,11 +334,7 @@ void QxtSmtpPrivate::authenticate()
|
|||
state = Authenticated;
|
||||
emit qxt_p().authenticated();
|
||||
} else {
|
||||
#if (QT_VERSION >= QT_VERSION_CHECK(5, 14, 0))
|
||||
QStringList auth = extensions["AUTH"].toUpper().split(' ', Qt::SkipEmptyParts);
|
||||
#else
|
||||
QStringList auth = extensions["AUTH"].toUpper().split(' ', QString::SkipEmptyParts);
|
||||
#endif
|
||||
if (auth.contains("CRAM-MD5")) {
|
||||
authCramMD5();
|
||||
} else if (auth.contains("PLAIN")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue