bricke / Qt-AES

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

adding qt version check to keep retrocomp with qt pre 5.10 qbytearray #29

Closed mcmule closed 5 years ago

mcmule commented 5 years ago

Hey, using Qt 5.9 LTS, I noticed the lib is using back() function of QByteArray, only available from Qt 5.10. I added a version check and hope this helps.

bricke commented 5 years ago

Thank you