From 6c9ac61e3ca5840560e22f9e5847bfb224024ef0 Mon Sep 17 00:00:00 2001 From: John Tapsell Date: Tue, 4 Dec 2007 02:44:53 +0000 Subject: [PATCH] Remove bad line svn path=/trunk/KDE/kdebase/apps/; revision=744666 --- src/dolphinmodel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dolphinmodel.cpp b/src/dolphinmodel.cpp index 1e14ec677..525c8a4fd 100644 --- a/src/dolphinmodel.cpp +++ b/src/dolphinmodel.cpp @@ -82,7 +82,6 @@ QVariant DolphinModel::data(const QModelIndex &index, int role) const QVariant data = theIndex.model()->data(theIndex, Qt::DisplayRole); QString name = data.toString(); if (!name.isEmpty()) { - QChar first if (!item.isHidden() && name.at(0).isLetter()) retString = name.at(0).toUpper(); else if (item.isHidden()) { -- 2.47.3