diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/converters.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/converters.h b/lib/converters.h index 7de33c9b..eaf2a32e 100644 --- a/lib/converters.h +++ b/lib/converters.h @@ -342,7 +342,6 @@ namespace QMatrixClient // OpenAPI is entirely JSON-based, which means representing bools as // textual true/false, rather than 1/0. - template <typename ValT> inline void addTo(QUrlQuery& q, const QString& k, bool v) { q.addQueryItem(k, v ? QStringLiteral("true") |