QRestReply: fix "No relevant classes found." moc warning

QRestReply is no longer a QObject, so remove the includemocs line from
the .cpp file.

Amends 9ba5c7ff6aa42c5701cf950d2137467a2d178833.

Change-Id: I6c0ba6b9e3b82f84f3b509755e7da5b33e607776
Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
(cherry picked from commit 2ff93ea0eeddc9c4c01c194e5af2a2c4506a9d9e)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Marc Mutz 2024-03-13 10:59:02 +01:00 committed by Qt Cherry-pick Bot
parent 77ec2ccc59
commit 40a11d7eba

View File

@ -370,5 +370,3 @@ QByteArray QRestReplyPrivate::contentCharset(const QNetworkReply* reply)
}
QT_END_NAMESPACE
#include "moc_qrestreply.cpp"