Changeset 5025 in vbox
- Timestamp:
- Sep 25, 2007 3:06:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp
r5022 r5025 209 209 { 210 210 if (sVal == QString ("%1") 211 .arg ( qApp->mainWidget()->winId()))211 .arg ((long)qApp->mainWidget()->winId())) 212 212 { 213 213 *allowChange = TRUE; … … 1652 1652 /* store the winid of main app wgt to ensure only one reg dlg running */ 1653 1653 virtualBox().SetExtraData (VBoxDefs::GUI_RegistrationDlgWinID, 1654 QString ("%1").arg ( qApp->mainWidget()->winId()));1654 QString ("%1").arg ((long)qApp->mainWidget()->winId())); 1655 1655 } 1656 1656
Note:
See TracChangeset
for help on using the changeset viewer.