From b588dee7d22da65360d61ea911cdbaae0d8093fb Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Sun, 29 Mar 2020 10:50:12 +0200 Subject: quotest: minor cleanup --- tests/quotest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/quotest.cpp b/tests/quotest.cpp index 194c6a69..4f7c4026 100644 --- a/tests/quotest.cpp +++ b/tests/quotest.cpp @@ -46,7 +46,8 @@ private: }; using TestToken = QByteArray; // return value of QMetaMethod::name -Q_DECLARE_METATYPE(TestToken); +Q_DECLARE_METATYPE(TestToken) + // For now, the token itself is the test name but that may change. const char* testName(const TestToken& token) { return token.constData(); } -- cgit v1.2.3