Searched defs:sltCurrentIdChanged (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/
H A DUIWizardExportApp.cpp204 void UIWizardExportApp::sltCurrentIdChanged(int iId) function in class:UIWizardExportApp
207 UIWizard::sltCurrentIdChanged(iId);
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/
H A DUIWizardImportApp.cpp187 void UIWizardImportApp::sltCurrentIdChanged(int iId) function in class:UIWizardImportApp
190 UIWizard::sltCurrentIdChanged(iId);
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/
H A DUIWizard.cpp38 void UIWizard::sltCurrentIdChanged(int iId) function in class:UIWizard
99 connect(this, SIGNAL(currentIdChanged(int)), this, SLOT(sltCurrentIdChanged(int)));
152 sltCurrentIdChanged(startId());

Completed in 82 milliseconds