QIbusPlatformInputContextPlugin: 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: Id5ac448dc99789ad2675e89c79be8bf4aef036ec Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
602e6ae21d
commit
d333cfbd5c
|
|
@ -785,3 +785,5 @@ QDBusConnection *QIBusPlatformInputContextPrivate::createConnection()
|
|||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qibusplatforminputcontext.cpp"
|
||||
|
|
|
|||
Loading…
Reference in New Issue