Merge branch 'Plasma/5.4'

icc-effect-5.14.5
Thomas Lübking 2015-09-30 16:39:49 +02:00
commit 8173deab6b
1 changed files with 1 additions and 1 deletions

View File

@ -1002,7 +1002,7 @@ void RuleBook::edit(AbstractClient* c, bool whole_app)
connect(p, static_cast<void (QProcess::*)(QProcess::ProcessError)>(&QProcess::error), this,
[p] (QProcess::ProcessError e) {
if (e == QProcess::FailedToStart) {
qCDebug(KWIN_CORE) << "Failed to start kwin_rules_dialog";
qCDebug(KWIN_CORE) << "Failed to start" << p->program();
}
}
);