Fixed deprecated function with QByteArray.

This commit is contained in:
Ernie Pasveer
2023-06-12 19:36:43 -05:00
parent 3b29e08f90
commit ba05f4e1f0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -703,6 +703,6 @@ QByteArray SeerHexWidget::DataStorageArray::getData() {
}
int SeerHexWidget::DataStorageArray::size() {
return _data.count();
return _data.size();
}