┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYifan Zhu <[email protected]>2024-08-17 10:50:09 -0700
committerYifan Zhu <[email protected]>2024-08-17 10:50:09 -0700
commit5ce591f6c455bd91e4be4fbfed3939de20156e96 (patch)
treef3ce944ed40bab1f1b455787e80525aef23d4ce4 /src
parentbdcb89a0908b31b919c50de4cea740bc62c329e0 (diff)
KStandardItemListWidget: remove obselete comment
Diffstat (limited to 'src')
-rw-r--r--src/kitemviews/kstandarditemlistwidget.h8
1 files changed, 0 insertions, 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;