diff options
| author | Marc Mutz <[email protected]> | 2022-01-25 21:20:56 +0100 |
|---|---|---|
| committer | Marc Mutz <[email protected]> | 2022-04-29 07:30:59 +0200 |
| commit | a440a8e8c5d4d12cecee4c940d36efecdba20860 (patch) | |
| tree | 83276f45e6541fcba96e424bf8eefb69eaa386a4 /src/gui/kernel/qplatforminputcontext.cpp | |
| parent | 6a952403a6b7a137c4460a7e434fbaa22aca6a05 (diff) | |
QtGui: 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: I1945741794c25679a9d94c0d68c8642e2c823502
Reviewed-by: MÃ¥rten Nordheim <[email protected]>
Diffstat (limited to 'src/gui/kernel/qplatforminputcontext.cpp')
| -rw-r--r-- | src/gui/kernel/qplatforminputcontext.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/kernel/qplatforminputcontext.cpp b/src/gui/kernel/qplatforminputcontext.cpp index 0326744482c..d36d5f9ac59 100644 --- a/src/gui/kernel/qplatforminputcontext.cpp +++ b/src/gui/kernel/qplatforminputcontext.cpp @@ -377,3 +377,5 @@ QRectF QPlatformInputContext::keyboardRectangle() } QT_END_NAMESPACE + +#include "moc_qplatforminputcontext.cpp" |
