Changeset 68442 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Aug 17, 2017 11:59:47 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.cpp
r68441 r68442 53 53 // First of all it's quite difficult to find native (Metro UI) Windows app which have About dialog at all. But non-native 54 54 // cross-platform apps (Qt Creator, VLC) centers About dialog according the app exactly. 55 : QIWithRetranslateUI2<Q Dialog>(pParent)55 : QIWithRetranslateUI2<QIDialog>(pParent) 56 56 , m_pPseudoParent(0) 57 57 #endif
Note:
See TracChangeset
for help on using the changeset viewer.