VirtualBox

Changeset 68443 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 17, 2017 12:08:51 PM (7 years ago)
Author:
vboxsync
Message:

Forgot something in r117584.

File:
1 edited

Legend:

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

    r68442 r68443  
    107107
    108108    /* 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);
    110111
    111112    /* Choose default image: */
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