|
|
@ -267,7 +267,7 @@ void QtAmiiboSettings::ShowCabinetApplet( |
|
|
const Core::Frontend::CabinetCallback& callback_, |
|
|
const Core::Frontend::CabinetCallback& callback_, |
|
|
const Core::Frontend::CabinetParameters& parameters, |
|
|
const Core::Frontend::CabinetParameters& parameters, |
|
|
std::shared_ptr<Service::NFC::NfcDevice> nfp_device) const { |
|
|
std::shared_ptr<Service::NFC::NfcDevice> nfp_device) const { |
|
|
callback = callback_; |
|
|
|
|
|
|
|
|
callback = std::move(callback_); |
|
|
emit MainWindowShowAmiiboSettings(parameters, nfp_device); |
|
|
emit MainWindowShowAmiiboSettings(parameters, nfp_device); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|