QComposePlatformInputContextPlugin: includemocs

Including moc files directly into their classes' TU tends to improve
codegen and enables extended compiler warnings, e.g. about unused
private functions or fields.

Pick-to: 6.3 6.2 5.15
Task-number: QTBUG-102886
Change-Id: Ie56a3b402ee8e1ed258a3b7e12dae3eb663bc03d
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Marc Mutz 2022-04-27 20:21:27 +02:00
parent e21df99708
commit 602e6ae21d
1 changed files with 2 additions and 0 deletions

View File

@ -171,3 +171,5 @@ void QComposeInputContext::update(Qt::InputMethodQueries q)
}
QT_END_NAMESPACE
#include "moc_qcomposeplatforminputcontext.cpp"