From: Yifan Zhu Date: Sat, 17 Aug 2024 17:50:09 +0000 (-0700) Subject: KStandardItemListWidget: remove obselete comment X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/5ce591f6c455bd91e4be4fbfed3939de20156e96 KStandardItemListWidget: remove obselete comment --- 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;