Fix CTF with namespace build

Include moc must be outside the namespace.

Pick-to: 6.6 6.5
Change-Id: Ibdd539b5fdd8ab4aeb0019bcbb62d5702c310065
Reviewed-by: Antti Määttä <antti.maatta@qt.io>
bb10
Antti Määttä 2023-10-05 14:37:15 +03:00
parent 0fa4af060e
commit 0bbb2f6981
1 changed files with 2 additions and 2 deletions

View File

@ -58,6 +58,6 @@ private:
bool *m_shutdown = nullptr;
};
#include "qctfplugin.moc"
QT_END_NAMESPACE
#include "qctfplugin.moc"