QVncIntegrationPlugin: 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: I540916c8dc93d3b13bbf6d2ca9e1a1d1a7685621 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
d2b3ca1e36
commit
569c6dbafc
@ -684,3 +684,5 @@ inline QImage QVncServer::screenImage() const
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qvnc_p.cpp"
|
||||
|
@ -666,3 +666,5 @@ bool QVncClient::pixelConversionNeeded() const
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qvncclient.cpp"
|
||||
|
@ -214,3 +214,5 @@ QFbScreen::Flags QVncScreen::flags() const
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qvncscreen.cpp"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user