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