If we remove a config action, close any open dialogs for that action

BUG: 351748
REVIEW: 124944
wilder-5.14
David Edmundson 11 years ago
parent 8b16d75ad9
commit a084eaa484
  1. 2
      shell/currentcontainmentactionsmodel.cpp

@ -211,6 +211,8 @@ void CurrentContainmentActionsModel::showConfiguration(int row)
pluginInstance->configurationAccepted();
});
connect(pluginInstance, &QObject::destroyed, configDlg, &QDialog::reject);
configDlg->show();
}

Loading…
Cancel
Save