Add binary data size to the edit dock

This commit is contained in:
Iulian Onofrei
2016-08-03 18:34:19 +03:00
parent 54e56c5304
commit b5da4ed640
2 changed files with 37 additions and 6 deletions
+1
View File
@@ -43,6 +43,7 @@ private slots:
virtual void editModeChanged(int editMode);
virtual void updateBinaryEditWarning(int editMode, int dataType);
virtual void updateCellInfo(int cellType);
virtual QString humanReadableSize(double byteCount);
signals:
void goingAway();