diff options
author | Eirik Aavitsland <[email protected]> | 2022-01-03 15:11:35 +0100 |
---|---|---|
committer | Eirik Aavitsland <[email protected]> | 2022-01-04 05:53:30 +0100 |
commit | 0f051815a0ede28280b9d98a2f74bfc47e7fec6a (patch) | |
tree | 4f1bb76a68774e9dbe565dbf99b3c8989e258d8c /tests/baseline/shared/qwidgetbaselinetest.cpp | |
parent | be8792d4fe6b1843068f1a115b96c74c80aefe3a (diff) |
Remove faulty #include from widgets baseline test
Since there is an actual qwidgetbaselinetest.h header file, one should
not include a .moc file. The build system will take care of it, and
currently warns about this #include.
Pick-to: 6.3
Change-Id: I4fbff9ef75c901fe3db4df54d6f3ff0d9307edce
Reviewed-by: Volker Hilsheimer <[email protected]>
Diffstat (limited to 'tests/baseline/shared/qwidgetbaselinetest.cpp')
-rw-r--r-- | tests/baseline/shared/qwidgetbaselinetest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/baseline/shared/qwidgetbaselinetest.cpp b/tests/baseline/shared/qwidgetbaselinetest.cpp index 9aafe152db0..90e2af26ea5 100644 --- a/tests/baseline/shared/qwidgetbaselinetest.cpp +++ b/tests/baseline/shared/qwidgetbaselinetest.cpp @@ -184,6 +184,4 @@ void QWidgetBaselineTest::takeStandardSnapshots() window->focusWidget()->clearFocus(); } -#include "qwidgetbaselinetest.moc" - QT_END_NAMESPACE |