Fix integer underflow bug

This commit is contained in:
whatwareweb
2024-06-07 19:37:28 -05:00
committed by Jonas Kvinge
parent 30b268dc3a
commit 45bad3be04
2 changed files with 8 additions and 1 deletions

View File

@@ -87,6 +87,7 @@ class FreeSpaceBar : public QWidget {
QString free_text_;
QString additional_text_;
QString exceeded_text_;
QString used_text_;
};