VirtualBox

Changeset 72714 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 28, 2018 9:52:54 AM (7 years ago)
Author:
vboxsync
Message:

FE/Qt Connect close button of QIMainDialog to close slot directly

File:
1 edited

Legend:

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

    r71871 r72714  
    169169        button(ButtonType_Reset)->setEnabled(false);
    170170        button(ButtonType_Apply)->setEnabled(false);
    171         connect(m_pButtonBox, &QIDialogButtonBox::rejected, this, &QIManagerDialog::sigClose);
     171        connect(m_pButtonBox, &QIDialogButtonBox::rejected, this, &QIManagerDialog::close);
    172172
    173173        /* Configure button-box: */
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