VirtualBox

Changeset 27046 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Mar 4, 2010 4:28:31 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: New running VM core: bug fix - making normal VM window Qt::Window instead of Qt::Dialog.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp

    r27008 r27046  
    4343
    4444UIMachineWindowNormal::UIMachineWindowNormal(UIMachineLogic *pMachineLogic, ulong uScreenId)
    45     : QIWithRetranslateUI<QIMainDialog>(0)
     45    : QIWithRetranslateUI2<QIMainDialog>(0, Qt::Window)
    4646    , UIMachineWindow(pMachineLogic, uScreenId)
    4747    , m_pIndicatorsPool(new UIIndicatorsPool(pMachineLogic->uisession()->session(), this))
     
    287287            break;
    288288    }
    289     return QIWithRetranslateUI<QIMainDialog>::event(pEvent);
     289    return QIWithRetranslateUI2<QIMainDialog>::event(pEvent);
    290290}
    291291
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.h

    r27008 r27046  
    4141class QIStateIndicator;
    4242
    43 class UIMachineWindowNormal : public QIWithRetranslateUI<QIMainDialog>, public UIMachineWindow
     43class UIMachineWindowNormal : public QIWithRetranslateUI2<QIMainDialog>, public UIMachineWindow
    4444{
    4545    Q_OBJECT;
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