quotient-im / libQuotient

A Qt library to write cross-platform clients for Matrix
https://quotient-im.github.io/libQuotient/
GNU Lesser General Public License v2.1
132 stars 56 forks source link

Bug/regression fixes and some cleanup #778

Closed KitsuneRal closed 1 month ago

KitsuneRal commented 1 month ago

The cleanup pieces are about needsToken logic in ConnectionData that is no more needed; using Q_IMPLICIT that has been around since Qt 6.0; and dropping a name of an unused argument. The rest is fixing regressions introduced over the last month and I somehow stumbled into them one after another within one day.