Searched defs:sltSnapshotChanged (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DUISelectorWindow.cpp169 void UISelectorWindow::sltSnapshotChanged(QString strId) function in class:UISelectorWindow
1447 connect(gVBoxEvents, SIGNAL(sigSnapshotTake(QString, QString)), this, SLOT(sltSnapshotChanged(QString)));
1448 connect(gVBoxEvents, SIGNAL(sigSnapshotDelete(QString, QString)), this, SLOT(sltSnapshotChanged(QString)));
1449 connect(gVBoxEvents, SIGNAL(sigSnapshotChange(QString, QString)), this, SLOT(sltSnapshotChanged(QString)));
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserModel.cpp692 void UIGChooserModel::sltSnapshotChanged(QString strId, QString) function in class:UIGChooserModel
1280 this, SLOT(sltSnapshotChanged(QString, QString)));
1282 this, SLOT(sltSnapshotChanged(QString, QString)));
1284 this, SLOT(sltSnapshotChanged(QString, QString)));

Completed in 100 milliseconds