at least return something

svn path=/trunk/KDE/kdebase/apps/; revision=677932
This commit is contained in:
Dirk Mueller 2007-06-20 07:50:06 +00:00
parent 318bdfa27f
commit 98719c18ba

View file

@ -179,6 +179,7 @@ bool DolphinSortFilterProxyModel::lessThanGeneralPurpose(const QModelIndex &left
rightFileItem->mimeComment().toLower()) < 0; rightFileItem->mimeComment().toLower()) < 0;
} }
} }
return false;
} }
bool DolphinSortFilterProxyModel::lessThan(const QModelIndex& left, bool DolphinSortFilterProxyModel::lessThan(const QModelIndex& left,