mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Changes to kdelibs were made, updating
svn path=/trunk/KDE/kdebase/apps/; revision=744509
This commit is contained in:
parent
028a0bd759
commit
f42b436471
2 changed files with 3 additions and 3 deletions
|
@ -130,7 +130,7 @@ int DolphinSortFilterProxyModel::compareCategories(const QModelIndex &left,
|
|||
return KDirSortFilterProxyModel::compareCategories(left, right);
|
||||
}
|
||||
|
||||
bool DolphinSortFilterProxyModel::subsortLessThan(const QModelIndex& left,
|
||||
bool DolphinSortFilterProxyModel::subSortLessThan(const QModelIndex& left,
|
||||
const QModelIndex& right) const
|
||||
{
|
||||
#ifdef HAVE_NEPOMUK
|
||||
|
@ -211,7 +211,7 @@ bool DolphinSortFilterProxyModel::subsortLessThan(const QModelIndex& left,
|
|||
|
||||
}
|
||||
#endif
|
||||
return KDirSortFilterProxyModel::subsortLessThan(left, right);
|
||||
return KDirSortFilterProxyModel::subSortLessThan(left, right);
|
||||
}
|
||||
|
||||
#include "dolphinsortfilterproxymodel.moc"
|
||||
|
|
|
@ -91,7 +91,7 @@ signals:
|
|||
void sortingRoleChanged();
|
||||
|
||||
protected:
|
||||
virtual bool subsortLessThan(const QModelIndex& left,
|
||||
virtual bool subSortLessThan(const QModelIndex& left,
|
||||
const QModelIndex& right) const;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in a new issue