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
parent
0fa4af060e
commit
0bbb2f6981
|
|
@ -58,6 +58,6 @@ private:
|
|||
bool *m_shutdown = nullptr;
|
||||
};
|
||||
|
||||
#include "qctfplugin.moc"
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "qctfplugin.moc"
|
||||
|
|
|
|||
Loading…
Reference in New Issue