VirtualBox

Changeset 80887 in vbox


Ignore:
Timestamp:
Sep 18, 2019 12:21:55 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133462
Message:

FE/Qt: bugref:8938. Completing connect syntax migration except the widgets subfolder.

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
2 edited

Legend:

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

    r79365 r80887  
    196196        AssertPtrReturnVoid(pCloseButton);
    197197        /* Prepare close-button: */
    198         connect(pButtonBox, SIGNAL(rejected()), this, SLOT(reject()));
     198        connect(pButtonBox, &QDialogButtonBox::rejected, this, &VBoxAboutDlg::reject);
    199199
    200200        /* Add button-box to the main-layout: */
     
    202202    }
    203203}
    204 
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolManager.cpp

    r80479 r80887  
    29132913{
    29142914    /* Prepare connections: */
    2915     connect(gShortcutPool, SIGNAL(sigSelectorShortcutsReloaded()), this, SLOT(sltApplyShortcuts()));
    2916     connect(gShortcutPool, SIGNAL(sigMachineShortcutsReloaded()), this, SLOT(sltApplyShortcuts()));
     2915    connect(gShortcutPool, &UIShortcutPool::sigSelectorShortcutsReloaded, this, &UIActionPoolManager::sltApplyShortcuts);
     2916    connect(gShortcutPool, &UIShortcutPool::sigMachineShortcutsReloaded, this, &UIActionPoolManager::sltApplyShortcuts);
    29172917
    29182918    /* Call to base-class: */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette