|
|
@ -38,9 +38,9 @@ ConfigureFilesystem::ConfigureFilesystem(QWidget* parent) |
|
|
connect(ui->reset_game_list_cache, &QPushButton::pressed, this, |
|
|
connect(ui->reset_game_list_cache, &QPushButton::pressed, this, |
|
|
&ConfigureFilesystem::ResetMetadata); |
|
|
&ConfigureFilesystem::ResetMetadata); |
|
|
|
|
|
|
|
|
connect(ui->gamecard_inserted, &QCheckBox::stateChanged, this, |
|
|
|
|
|
|
|
|
connect(ui->gamecard_inserted, &QCheckBox::STATE_CHANGED, this, |
|
|
&ConfigureFilesystem::UpdateEnabledControls); |
|
|
&ConfigureFilesystem::UpdateEnabledControls); |
|
|
connect(ui->gamecard_current_game, &QCheckBox::stateChanged, this, |
|
|
|
|
|
|
|
|
connect(ui->gamecard_current_game, &QCheckBox::STATE_CHANGED, this, |
|
|
&ConfigureFilesystem::UpdateEnabledControls); |
|
|
&ConfigureFilesystem::UpdateEnabledControls); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|