diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-03-29 10:50:12 +0200 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-03-29 10:50:12 +0200 |
commit | b588dee7d22da65360d61ea911cdbaae0d8093fb (patch) | |
tree | d366f0b1d469210ce259c9b869890d37a47db8be /tests | |
parent | 51a85fa0e8814dfe47bb5174fa09a0e216d17d19 (diff) | |
download | libquotient-b588dee7d22da65360d61ea911cdbaae0d8093fb.tar.gz libquotient-b588dee7d22da65360d61ea911cdbaae0d8093fb.zip |
quotest: minor cleanup
Diffstat (limited to 'tests')
-rw-r--r-- | tests/quotest.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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(); } |