Changeset 27046 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 4, 2010 4:28:31 PM (15 years ago)
- 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 43 43 44 44 UIMachineWindowNormal::UIMachineWindowNormal(UIMachineLogic *pMachineLogic, ulong uScreenId) 45 : QIWithRetranslateUI <QIMainDialog>(0)45 : QIWithRetranslateUI2<QIMainDialog>(0, Qt::Window) 46 46 , UIMachineWindow(pMachineLogic, uScreenId) 47 47 , m_pIndicatorsPool(new UIIndicatorsPool(pMachineLogic->uisession()->session(), this)) … … 287 287 break; 288 288 } 289 return QIWithRetranslateUI <QIMainDialog>::event(pEvent);289 return QIWithRetranslateUI2<QIMainDialog>::event(pEvent); 290 290 } 291 291 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.h
r27008 r27046 41 41 class QIStateIndicator; 42 42 43 class UIMachineWindowNormal : public QIWithRetranslateUI <QIMainDialog>, public UIMachineWindow43 class UIMachineWindowNormal : public QIWithRetranslateUI2<QIMainDialog>, public UIMachineWindow 44 44 { 45 45 Q_OBJECT;
Note:
See TracChangeset
for help on using the changeset viewer.