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
parent
d644f2e02c
commit
2ff93ea0ee
|
|
@ -370,5 +370,3 @@ QByteArray QRestReplyPrivate::contentCharset(const QNetworkReply* reply)
|
|||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qrestreply.cpp"
|
||||
|
|
|
|||
Loading…
Reference in New Issue