mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
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:
parent
a9fa8915d9
commit
f9625189cb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user