Skip to content

Commit

Permalink
Fix typo in parameter name
Browse files Browse the repository at this point in the history
A typo in a parameter name caused an inconsistency between declaration
and definition of a function.
  • Loading branch information
Gianluca Recchia committed Oct 31, 2018
1 parent eced000 commit 2c5652b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/streams/qtiocompressor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class QtIOCompressorPrivate {
~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;
Expand Down

0 comments on commit 2c5652b

Please sign in to comment.