From 779f3b56353d1c338bad4a0b3013c05b4849ed98 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sun, 12 May 2024 14:44:36 +0300 Subject: [PATCH] kio: update placeholders references in KOpenWithDialog Signed-off-by: Ivailo Monev --- kio/kfile/kopenwithdialog.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/kio/kfile/kopenwithdialog.cpp b/kio/kfile/kopenwithdialog.cpp index 5623f4c4..ae4e0ebf 100644 --- a/kio/kfile/kopenwithdialog.cpp +++ b/kio/kfile/kopenwithdialog.cpp @@ -222,7 +222,7 @@ QVariant KApplicationModel::data(const QModelIndex &index, int role) const break; } default: { - ; + break; } } return QVariant(); @@ -595,11 +595,9 @@ void KOpenWithDialogPrivate::init(const QString &text, const QString &value) "%F - a list of files; use for applications that can open several local files at once\n" "%u - a single URL\n" "%U - a list of URLs\n" - "%d - the directory of the file to open\n" - "%D - a list of directories\n" "%i - the icon\n" - "%m - the mini-icon\n" - "%c - the comment" + "%c - the comment\n" + "%k - the location of the desktop file" ) );