bricke / Qt-AES

Native Qt AES encryption class
The Unlicense
501 stars 184 forks source link

Fix compatibility with Qt 5.5 #3

Closed fetzerch closed 6 years ago

fetzerch commented 6 years ago

Thanks for this project! :-)

QByteArray &QByteArray::append(int count, char ch) was introduced in Qt 5.7. This patch allows the project to be used with for example with the current Ubuntu LTS version (16.04 Xenial).

bricke commented 6 years ago

Thank you!!