Fix build on mac os with qt 5.9.1
This commit is contained in:
committed by
Jonathan White
parent
eb21eeb214
commit
e53754d202
@@ -35,8 +35,8 @@ public:
|
||||
bool setIv(const QByteArray& iv);
|
||||
|
||||
QByteArray process(const QByteArray& data, bool* ok);
|
||||
bool processInPlace(QByteArray& data) Q_REQUIRED_RESULT;
|
||||
bool processInPlace(QByteArray& data, quint64 rounds) Q_REQUIRED_RESULT;
|
||||
Q_REQUIRED_RESULT bool processInPlace(QByteArray& data);
|
||||
Q_REQUIRED_RESULT bool processInPlace(QByteArray& data, quint64 rounds);
|
||||
|
||||
bool reset();
|
||||
int blockSize() const;
|
||||
|
||||
Reference in New Issue
Block a user