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

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

Amends 9ba5c7ff6a.

Pick-to: 6.7
Change-Id: I6c0ba6b9e3b82f84f3b509755e7da5b33e607776
Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
bb10
Marc Mutz 2024-03-13 10:59:02 +01:00
parent d644f2e02c
commit 2ff93ea0ee
1 changed files with 0 additions and 2 deletions

View File

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