Changeset 168 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Jan 18, 2007 6:53:45 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h
r1 r168 324 324 bool aCanResize = true); 325 325 326 static unsigned long long parseSize (QString); 327 static QString formatSize (unsigned long long); 326 static QChar decimalSep(); 327 static QString sizeRegexp(); 328 329 static Q_UINT64 parseSize (const QString &); 330 static QString formatSize (Q_UINT64, int aMode = 0); 328 331 329 332 signals:
Note:
See TracChangeset
for help on using the changeset viewer.