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

Pick-to: 6.7
Change-Id: Ia5cda794989757a501e83c15d1ad348a48ac4923
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
bb10
Matthias Rauter 2024-03-26 11:19:57 +01:00
parent a07cb53c23
commit 5e19f4a8b2
1 changed files with 2 additions and 2 deletions

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);
@ -241,7 +241,7 @@ Q_SIGNALS:
void errorReceived(/*@future: add as needed?*/); // Connection errors only, no stream-specific errors
void connectionClosed();
void settingsFrameReceived();
void pingFrameRecived(PingState state);
void pingFrameRecived(QHttp2Connection::PingState state);
void errorOccurred(Http2::Http2Error errorCode, const QString &errorString);
void receivedGOAWAY(quint32 errorCode, quint32 lastStreamID);
public Q_SLOTS: