From 98719c18bae96a1b04f8b21b5792eeb906284ad7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 20 Jun 2007 07:50:06 +0000 Subject: [PATCH] at least return something svn path=/trunk/KDE/kdebase/apps/; revision=677932 --- src/dolphinsortfilterproxymodel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dolphinsortfilterproxymodel.cpp b/src/dolphinsortfilterproxymodel.cpp index 5d3e45b0fc..5148af8ce8 100644 --- a/src/dolphinsortfilterproxymodel.cpp +++ b/src/dolphinsortfilterproxymodel.cpp @@ -179,6 +179,7 @@ bool DolphinSortFilterProxyModel::lessThanGeneralPurpose(const QModelIndex &left rightFileItem->mimeComment().toLower()) < 0; } } + return false; } bool DolphinSortFilterProxyModel::lessThan(const QModelIndex& left,