silicon-heaven / shvspy

0 stars 7 forks source link

shvspy: use QByteArray in QCryptographicHash::addData for QT prior to 6.3 #26

Closed michallenc closed 1 year ago

michallenc commented 1 year ago

QCryptographicHash::addData uses QByteArrayfor versions prior to QT 6.3. Therefore QByteArrayView can be used only if conditions QT_VERSION_MAJOR >= 6and QT_VERSION_MINUR >= 3 are fulfilled.