QtTest: 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: I9378ddcabbfa0ec5ca895f6ce55ab5f1ec2cade3 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
1ca7b51694
commit
82cf06fc21
@ -1056,3 +1056,5 @@ bool QAbstractItemModelTesterPrivate::compare(const T1 &t1, const T2 &t2,
|
||||
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qabstractitemmodeltester.cpp"
|
||||
|
Loading…
Reference in New Issue
Block a user