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:
parent
477a7c6aa7
commit
c64edf53dd
@ -119,7 +119,7 @@ Q_SIGNALS:
|
|||||||
void headersReceived(const HPack::HttpHeader &headers, bool endStream);
|
void headersReceived(const HPack::HttpHeader &headers, bool endStream);
|
||||||
void headersUpdated();
|
void headersUpdated();
|
||||||
void errorOccurred(quint32 errorCode, const QString &errorString);
|
void errorOccurred(quint32 errorCode, const QString &errorString);
|
||||||
void stateChanged(State newState);
|
void stateChanged(QHttp2Stream::State newState);
|
||||||
void promisedStreamReceived(quint32 newStreamID);
|
void promisedStreamReceived(quint32 newStreamID);
|
||||||
void uploadBlocked();
|
void uploadBlocked();
|
||||||
void dataReceived(const QByteArray &data, bool endStream);
|
void dataReceived(const QByteArray &data, bool endStream);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user