// set the name shown after the result in krunner window
setObjectName(QStringLiteral("Locations"));
addSyntax(RunnerSyntax(QStringLiteral(":q:"),i18n("Finds local directories and files, network locations and Internet sites with paths matching :q:.")));
addSyntax(
Plasma::RunnerSyntax(QStringLiteral(":q:"),i18n("Finds local directories and files, network locations and Internet sites with paths matching :q:.")));
// I don't just pass the model index because the list could change before the user clicks on it, which would make everything go wrong. Ideally we don't want