mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 17:10:44 +08:00
Fixed deprecated function with QByteArray.
This commit is contained in:
@@ -589,6 +589,6 @@ QByteArray SeerArrayWidget::DataStorageArray::getData(int position, int length)
|
||||
}
|
||||
|
||||
int SeerArrayWidget::DataStorageArray::size() {
|
||||
return _data.count();
|
||||
return _data.size();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user