mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-03-07 11:59:57 +03:00
Change "getMbToPrettyString" to const function
This commit is contained in:
@@ -101,5 +101,5 @@ private:
|
||||
QString gbSymbol;
|
||||
QString tbSymbol;
|
||||
QString pbSymbol;
|
||||
QString getMbToPrettyString(const int64_t &sizeInMbI64, const int &precisionInt, const bool &useGbBool);
|
||||
QString getMbToPrettyString(const int64_t &sizeInMbI64, const int &precisionInt, const bool &useGbBool) const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user