Changeset 363 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Jan 26, 2007 4:27:01 PM (18 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h
r284 r363 355 355 static QString formatSize (Q_UINT64, int aMode = 0); 356 356 357 static QString highlight (const QString &aStr, bool aToolTip = false); 358 357 359 signals: 358 360 -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h
r281 r363 199 199 const QString &errorMsg); 200 200 201 static QString highlight (const QString &str);202 201 static QString formatErrorInfo (const COMErrorInfo &info, 203 202 HRESULT wrapperRC = S_OK);
Note:
See TracChangeset
for help on using the changeset viewer.