From: John Tapsell Date: Tue, 4 Dec 2007 02:44:53 +0000 (+0000) Subject: Remove bad line X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/6c9ac61e3ca5840560e22f9e5847bfb224024ef0 Remove bad line svn path=/trunk/KDE/kdebase/apps/; revision=744666 --- 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()) {