Changeset 68443 in vbox for trunk/src/VBox
- Timestamp:
- Aug 17, 2017 12:08:51 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.cpp
r68442 r68443 107 107 108 108 /* Make sure the dialog is deleted on pseudo-parent destruction: */ 109 connect(m_pPseudoParent, &QObject::destroyed, this, &VBoxAboutDlg::close); 109 if (m_pPseudoParent) 110 connect(m_pPseudoParent, &QObject::destroyed, this, &VBoxAboutDlg::close); 110 111 111 112 /* Choose default image: */
Note:
See TracChangeset
for help on using the changeset viewer.