Fix build on mac os with qt 5.9.1

This commit is contained in:
rockihack
2017-08-30 20:26:01 +02:00
committed by Jonathan White
parent eb21eeb214
commit e53754d202
4 changed files with 7 additions and 7 deletions

View File

@@ -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;