VirtualBox

Changeset 5025 in vbox


Ignore:
Timestamp:
Sep 25, 2007 3:06:33 PM (17 years ago)
Author:
vboxsync
Message:

Build fix for winId serialization (under win platform).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp

    r5022 r5025  
    209209                {
    210210                    if (sVal == QString ("%1")
    211                         .arg (qApp->mainWidget()->winId()))
     211                        .arg ((long)qApp->mainWidget()->winId()))
    212212                    {
    213213                        *allowChange = TRUE;
     
    16521652    /* store the winid of main app wgt to ensure only one reg dlg running */
    16531653    virtualBox().SetExtraData (VBoxDefs::GUI_RegistrationDlgWinID,
    1654                                QString ("%1").arg (qApp->mainWidget()->winId()));
     1654                               QString ("%1").arg ((long)qApp->mainWidget()->winId()));
    16551655}
    16561656
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette