Fix deprecated use of QProcess::startDetached
This commit is contained in:
@@ -242,7 +242,7 @@ void GlobalShortcutsSettingsPage::GSDChanged(bool) {
|
|||||||
}
|
}
|
||||||
void GlobalShortcutsSettingsPage::OpenGnomeKeybindingProperties() {
|
void GlobalShortcutsSettingsPage::OpenGnomeKeybindingProperties() {
|
||||||
|
|
||||||
if (!QProcess::startDetached("gnome-keybinding-properties")) {
|
if (!QProcess::startDetached("gnome-keybinding-properties", QStringList())) {
|
||||||
if (!QProcess::startDetached("gnome-control-center", QStringList() << "keyboard")) {
|
if (!QProcess::startDetached("gnome-control-center", QStringList() << "keyboard")) {
|
||||||
QMessageBox::warning(this, "Error", tr("The \"%1\" command could not be started.").arg("gnome-keybinding-properties"));
|
QMessageBox::warning(this, "Error", tr("The \"%1\" command could not be started.").arg("gnome-keybinding-properties"));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user