mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-29 00:47:32 -04:00
Fix build on mac os with qt 5.9.1
This commit is contained in:
parent
5e309feaeb
commit
b95eaa5843
4 changed files with 7 additions and 7 deletions
|
@ -29,7 +29,7 @@ public:
|
|||
bool init(const QByteArray& key);
|
||||
QByteArray randomBytes(int size, bool* ok);
|
||||
QByteArray process(const QByteArray& data, bool* ok);
|
||||
bool processInPlace(QByteArray& data) Q_REQUIRED_RESULT;
|
||||
Q_REQUIRED_RESULT bool processInPlace(QByteArray& data);
|
||||
QString errorString() const;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue