qa: Resolve deprecation warnings in newer Qt versions
authorJanne Koschinski <janne@kuschku.de>
Sat, 13 Feb 2021 16:31:19 +0000 (17:31 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 20 Mar 2021 14:55:17 +0000 (15:55 +0100)
commit99055e8e4a83c234ae424cc225d3a7aa17c1544b
tree8cde4a6f7e5e265770e3a7d3d47babcf4048c20d
parentc33c05dbcb7c0c9a51dc3d9d85334e2482d5e18e
qa: Resolve deprecation warnings in newer Qt versions

- Use QSslConfiguration instead of modifying QSslSocket directly
- Use default constructors instead of nullptr for empty QFlags
src/core/postgresqlstorage.cpp
src/core/sqlitestorage.cpp
src/core/sslserver.cpp