Make clang-format happier

remotes/origin/work/fhek/foreground_background_text
Albert Astals Cid 4 years ago
parent af91d33070
commit ec1ed42dca
  1. 2
      part/pageview.cpp

@ -4890,7 +4890,7 @@ void PageView::slotConfigureWebShortcuts()
auto *job = new KIO::CommandLauncherJob(QStringLiteral("kcmshell5"), QStringList() << QStringLiteral("webshortcuts"));
job->start();
#else
KToolInvocation::kdeinitExec(QStringLiteral("kcmshell5"), QStringList() << QStringLiteral("webshortcuts"));
KToolInvocation::kdeinitExec(QStringLiteral("kcmshell5"), QStringList() << QStringLiteral("webshortcuts"));
#endif
}

Loading…
Cancel
Save