QHttpNetworkConnectionPrivate: fix clang-tidy mismatching argument
It complains about the declaration arg. name differing from the definition name Task-number: QTBUG-102855 Change-Id: I005ab69b0f41db0bda3ef64f2c779c3cb3f6fd38 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>bb10
parent
791455c039
commit
e88a2ed83b
|
|
@ -153,8 +153,8 @@ public:
|
|||
IPv4or6
|
||||
};
|
||||
|
||||
QHttpNetworkConnectionPrivate(quint16 channelCount, const QString &hostName, quint16 port, bool encrypt,
|
||||
QHttpNetworkConnection::ConnectionType type);
|
||||
QHttpNetworkConnectionPrivate(quint16 connectionCount, const QString &hostName, quint16 port,
|
||||
bool encrypt, QHttpNetworkConnection::ConnectionType type);
|
||||
~QHttpNetworkConnectionPrivate();
|
||||
void init();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue