Fix moc warning for qrestreply.h

CMake's AUTOMOC thinks it has to call moc on this file, because
qrestreply.cpp includes moc_qrestreply.cpp.

Since qrestreply.h doesn't contain anything that requires moc, we see
moc's "No relevant classes found." warning. Remove the superfluous
include to fix this.

Pick-to: 6.7
Change-Id: I48f8da234d6381e2c4f21042055b357f4e67c490
Reviewed-by:  Alexey Edelev <alexey.edelev@qt.io>
bb10
Joerg Bornemann 2024-03-14 11:31:20 +01:00
parent a6e7274704
commit a92c195dd4

Diff Content Not Available