diff options
| author | John Tapsell <[email protected]> | 2007-12-04 02:44:53 +0000 |
|---|---|---|
| committer | John Tapsell <[email protected]> | 2007-12-04 02:44:53 +0000 |
| commit | 6c9ac61e3ca5840560e22f9e5847bfb224024ef0 (patch) | |
| tree | 84f8f535febe3864f0875d1ea93451d45d3270ef /src | |
| parent | 5db74fc80b582c605debf27547b5f56698715607 (diff) | |
Remove bad line
svn path=/trunk/KDE/kdebase/apps/; revision=744666
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinmodel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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()) { |
