┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Tapsell <[email protected]>2007-12-04 02:44:53 +0000
committerJohn Tapsell <[email protected]>2007-12-04 02:44:53 +0000
commit6c9ac61e3ca5840560e22f9e5847bfb224024ef0 (patch)
tree84f8f535febe3864f0875d1ea93451d45d3270ef /src
parent5db74fc80b582c605debf27547b5f56698715607 (diff)
Remove bad line
svn path=/trunk/KDE/kdebase/apps/; revision=744666
Diffstat (limited to 'src')
-rw-r--r--src/dolphinmodel.cpp1
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()) {