Changeset 9652 in vbox for trunk/src/VBox
- Timestamp:
- Jun 12, 2008 10:13:02 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxProblemReporter.cpp
r9627 r9652 2132 2132 AssertWrapperOk (vbox); 2133 2133 2134 // this (QWidget*) cast is necessary to work around a gcc-3.2 bug */ 2134 2135 #if VBOX_OSE 2135 VBoxAboutDlg ( mainWindowShown(), COMVersion).exec();2136 VBoxAboutDlg ((QWidget*)mainWindowShown(), COMVersion).exec(); 2136 2137 #else 2137 VBoxAboutNonOSEDlg ( mainWindowShown(), COMVersion).exec();2138 VBoxAboutNonOSEDlg ((QWidget*)mainWindowShown(), COMVersion).exec(); 2138 2139 #endif 2139 2140 }
Note:
See TracChangeset
for help on using the changeset viewer.