Changeset 94010 in vbox
- Timestamp:
- Mar 1, 2022 1:17:11 AM (3 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/globals
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UITranslator.cpp
r93996 r94010 292 292 293 293 /* static */ 294 Q CharUITranslator::decimalSep()295 { 296 return Q Locale::system().decimalPoint();294 QString UITranslator::decimalSep() 295 { 296 return QString(QLocale::system().decimalPoint()); 297 297 } 298 298 -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UITranslator.h
r93115 r94010 69 69 70 70 /** Returns the decimal separator for the current locale. */ 71 static Q ChardecimalSep();71 static QString decimalSep(); 72 72 /** Returns the regexp string that defines the format of the human-readable size representation. */ 73 73 static QString sizeRegexp();
Note:
See TracChangeset
for help on using the changeset viewer.