diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinmodel.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dolphinmodel.cpp b/src/dolphinmodel.cpp index d21572977..9b77781b8 100644 --- a/src/dolphinmodel.cpp +++ b/src/dolphinmodel.cpp @@ -354,10 +354,6 @@ QVariant DolphinModel::sortRoleData(const QModelIndex& index) const switch (index.column()) { case KDirModel::Name: { retVariant = data(index, KCategorizedSortFilterProxyModel::CategoryDisplayRole); - - if (retVariant == i18nc("@title:group Name", others)) { - retVariant = QString(QChar(QChar::ReplacementCharacter)); - } break; } |
