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 5e309feaeb
commit b95eaa5843
4 changed files with 7 additions and 7 deletions

View file

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