Fix typo in parameter name

A typo in a parameter name caused an inconsistency between declaration
and definition of a function.
This commit is contained in:
Gianluca Recchia 2018-10-31 18:44:25 +01:00 committed by Jonathan White
parent a9fa8915d9
commit f9625189cb
No known key found for this signature in database
GPG Key ID: 440FC65F2E0C6E01

View File

@ -71,7 +71,7 @@ public:
~QtIOCompressorPrivate();
void flushZlib(int flushMode);
bool writeBytes(ZlibByte *buffer, ZlibSize outputSize);
void setZlibError(const QString &erroMessage, int zlibErrorCode);
void setZlibError(const QString &errorMessage, int zlibErrorCode);
QIODevice *device;
bool manageDevice;