VirtualBox

Changeset 45210 in vbox for trunk/src


Ignore:
Timestamp:
Mar 27, 2013 3:36:12 PM (12 years ago)
Author:
vboxsync
Message:

FE/Qt: QIDialog: Do not truncate dialog result-code.

File:
1 edited

Legend:

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

    r45205 r45210  
    8686
    8787    /* Save the result-code early (we can delete ourself on close): */
    88     QDialog::DialogCode resultCode = (QDialog::DialogCode)result();
     88    int iResultCode = result();
    8989
    9090    /* Return old modality: */
     
    9898
    9999    /* Return the result-code: */
    100     return resultCode;
     100    return iResultCode;
    101101}
    102102
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