From b0d1808e2732bbba2782321b2e39ec1cab96d885 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Sat, 9 Jun 2018 23:06:52 +0900 Subject: converters.h: drop unneeded template<> line --- lib/converters.h | 1 - 1 file changed, 1 deletion(-) 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 inline void addTo(QUrlQuery& q, const QString& k, bool v) { q.addQueryItem(k, v ? QStringLiteral("true") -- cgit v1.2.3