]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Remove bad line
authorJohn Tapsell <john.tapsell@kdemail.net>
Tue, 4 Dec 2007 02:44:53 +0000 (02:44 +0000)
committerJohn Tapsell <john.tapsell@kdemail.net>
Tue, 4 Dec 2007 02:44:53 +0000 (02:44 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=744666

src/dolphinmodel.cpp

index 1e14ec67760de59cf6f024b08a3fb2617cf41792..525c8a4fd23acd5f320c701e0302efcd869321e4 100644 (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()) {