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
@@ -589,6 +589,6 @@ QByteArray SeerArrayWidget::DataStorageArray::getData(int position, int length)
}
int SeerArrayWidget::DataStorageArray::size() {
return _data.count();
return _data.size();
}