Fix fully-qualified-moc-types clazy warnings in qhttp2connection_p.h

Change-Id: Ia5cda794989757a501e83c15d1ad348a48ac4923
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
(cherry picked from commit 5e19f4a8b218ae88494b3db157ce6415fd4dc1eb)
This commit is contained in:
Matthias Rauter 2024-03-26 11:19:57 +01:00 committed by Mårten Nordheim
parent 477a7c6aa7
commit c64edf53dd

View File

@ -119,7 +119,7 @@ Q_SIGNALS:
void headersReceived(const HPack::HttpHeader &headers, bool endStream);
void headersUpdated();
void errorOccurred(quint32 errorCode, const QString &errorString);
void stateChanged(State newState);
void stateChanged(QHttp2Stream::State newState);
void promisedStreamReceived(quint32 newStreamID);
void uploadBlocked();
void dataReceived(const QByteArray &data, bool endStream);