QtFbSupportPrivate: 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: I2f82d3c126a3adf804551718f611e9300f7b6f08 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>bb10
parent
baab897ad9
commit
c0760be24f
|
|
@ -210,3 +210,5 @@ void QFbCursor::updateMouseStatus()
|
|||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qfbcursor_p.cpp"
|
||||
|
|
|
|||
|
|
@ -259,3 +259,5 @@ QFbScreen::Flags QFbScreen::flags() const
|
|||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qfbscreen_p.cpp"
|
||||
|
|
|
|||
|
|
@ -210,3 +210,5 @@ void QFbVtHandler::handleInt()
|
|||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qfbvthandler_p.cpp"
|
||||
|
|
|
|||
Loading…
Reference in New Issue