mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-15 09:17:28 -05: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();
|
~QtIOCompressorPrivate();
|
||||||
void flushZlib(int flushMode);
|
void flushZlib(int flushMode);
|
||||||
bool writeBytes(ZlibByte *buffer, ZlibSize outputSize);
|
bool writeBytes(ZlibByte *buffer, ZlibSize outputSize);
|
||||||
void setZlibError(const QString &erroMessage, int zlibErrorCode);
|
void setZlibError(const QString &errorMessage, int zlibErrorCode);
|
||||||
|
|
||||||
QIODevice *device;
|
QIODevice *device;
|
||||||
bool manageDevice;
|
bool manageDevice;
|
||||||
|
Loading…
Reference in New Issue
Block a user