diff options
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(); } |