mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue