VirtualBox

Changeset 44823 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 25, 2013 5:09:00 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83951
Message:

FE/Qt: Forgot to update the UIAction slot names in r83316.

File:
1 edited

Legend:

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

    r41689 r44823  
    188188            pActionFullscreen->blockSignals(true);
    189189            pActionFullscreen->setChecked(true);
    190             QTimer::singleShot(0, pActionFullscreen, SLOT(sltUpdateAppearance()));
     190            QTimer::singleShot(0, pActionFullscreen, SLOT(sltUpdate()));
    191191            pActionFullscreen->blockSignals(false);
    192192        }
     
    202202            pActionFullscreen->blockSignals(true);
    203203            pActionFullscreen->setChecked(false);
    204             QTimer::singleShot(0, pActionFullscreen, SLOT(sltUpdateAppearance()));
     204            QTimer::singleShot(0, pActionFullscreen, SLOT(sltUpdate()));
    205205            pActionFullscreen->blockSignals(false);
    206206        }
     
    252252            pActionSeamless->blockSignals(true);
    253253            pActionSeamless->setChecked(true);
    254             QTimer::singleShot(0, pActionSeamless, SLOT(sltUpdateAppearance()));
     254            QTimer::singleShot(0, pActionSeamless, SLOT(sltUpdate()));
    255255            pActionSeamless->blockSignals(false);
    256256        }
     
    266266            pActionSeamless->blockSignals(true);
    267267            pActionSeamless->setChecked(false);
    268             QTimer::singleShot(0, pActionSeamless, SLOT(sltUpdateAppearance()));
     268            QTimer::singleShot(0, pActionSeamless, SLOT(sltUpdate()));
    269269            pActionSeamless->blockSignals(false);
    270270        }
     
    316316            pActionScale->blockSignals(true);
    317317            pActionScale->setChecked(true);
    318             QTimer::singleShot(0, pActionScale, SLOT(sltUpdateAppearance()));
     318            QTimer::singleShot(0, pActionScale, SLOT(sltUpdate()));
    319319            pActionScale->blockSignals(false);
    320320        }
     
    330330            pActionScale->blockSignals(true);
    331331            pActionScale->setChecked(false);
    332             QTimer::singleShot(0, pActionScale, SLOT(sltUpdateAppearance()));
     332            QTimer::singleShot(0, pActionScale, SLOT(sltUpdate()));
    333333            pActionScale->blockSignals(false);
    334334        }
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