]> cloud.milkyroute.net Git - dolphin.git/commitdiff
KStandardItemListWidget: remove obselete comment
authorYifan Zhu <fanzhuyifan@gmail.com>
Sat, 17 Aug 2024 17:50:09 +0000 (10:50 -0700)
committerYifan Zhu <fanzhuyifan@gmail.com>
Sat, 17 Aug 2024 17:50:09 +0000 (10:50 -0700)
src/kitemviews/kstandarditemlistwidget.h

index 02f897dbe56604723fa85348d5ed3be9d2094f6f..d182755fa13e8b825aa9a542b70ec8b5e66b7d48 100644 (file)
@@ -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;