From 5ce591f6c455bd91e4be4fbfed3939de20156e96 Mon Sep 17 00:00:00 2001 From: Yifan Zhu Date: Sat, 17 Aug 2024 10:50:09 -0700 Subject: [PATCH] KStandardItemListWidget: remove obselete comment --- src/kitemviews/kstandarditemlistwidget.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/kitemviews/kstandarditemlistwidget.h b/src/kitemviews/kstandarditemlistwidget.h index 02f897dbe..d182755fa 100644 --- a/src/kitemviews/kstandarditemlistwidget.h +++ b/src/kitemviews/kstandarditemlistwidget.h @@ -162,14 +162,6 @@ protected: static int numberOfUnicodeCharactersIn(const QString &text); /** - * Fixes: - * Select the text without MIME-type extension - * This is file-item-specific and should be moved - * into KFileItemListWidget. - * - * Inherited classes can define, if the MIME-type extension - * should be selected or not. - * * @return Selection length (with or without MIME-type extension) in number of unicode characters, which might be different from number of QChars. */ virtual int selectionLength(const QString &text) const; -- 2.47.3