- Timestamp:
- Feb 17, 2009 5:54:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp
r16867 r16872 2382 2382 { 2383 2383 CVirtualBox vbox = vboxGlobal().virtualBox(); 2384 QString COMVersion = vbox.GetVersion(); 2384 QString fullVersion (QString ("%1.%2").arg (vbox.GetVersion()) 2385 .arg (vbox.GetRevision())); 2385 2386 AssertWrapperOk (vbox); 2386 2387 2387 2388 // this (QWidget*) cast is necessary to work around a gcc-3.2 bug */ 2388 VBoxAboutDlg ((QWidget*)mainWindowShown(), COMVersion).exec();2389 VBoxAboutDlg ((QWidget*)mainWindowShown(), fullVersion).exec(); 2389 2390 } 2390 2391
Note:
See TracChangeset
for help on using the changeset viewer.