Remove bad line

svn path=/trunk/KDE/kdebase/apps/; revision=744666
This commit is contained in:
John Tapsell 2007-12-04 02:44:53 +00:00
parent 5db74fc80b
commit 6c9ac61e3c

View file

@ -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()) {