diff options
| author | Dirk Mueller <[email protected]> | 2007-06-20 07:50:06 +0000 |
|---|---|---|
| committer | Dirk Mueller <[email protected]> | 2007-06-20 07:50:06 +0000 |
| commit | 98719c18bae96a1b04f8b21b5792eeb906284ad7 (patch) | |
| tree | d476f95e11ced8748e58c54eee5c2e7b6106b5ee /src | |
| parent | 318bdfa27f49f654a8343e723aecf1ca765d266d (diff) | |
at least return something
svn path=/trunk/KDE/kdebase/apps/; revision=677932
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinsortfilterproxymodel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinsortfilterproxymodel.cpp b/src/dolphinsortfilterproxymodel.cpp index 5d3e45b0f..5148af8ce 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, |
