From: Marcus Eggenberger Date: Fri, 18 Apr 2008 16:49:06 +0000 (+0000) Subject: accidentaly deactivated custom sorting... ooops X-Git-Tag: 0.2.0-beta1~28 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=ba0af203750f947255e5637ccee5e066effd8ac2;hp=c16309b21ea5aafca07b111567aa17be0f3155ea;ds=sidebyside accidentaly deactivated custom sorting... ooops --- diff --git a/src/uisupport/bufferviewfilter.cpp b/src/uisupport/bufferviewfilter.cpp index 293870d8..9ddb6f00 100644 --- a/src/uisupport/bufferviewfilter.cpp +++ b/src/uisupport/bufferviewfilter.cpp @@ -204,7 +204,6 @@ bool BufferViewFilter::lessThan(const QModelIndex &source_left, const QModelInde } bool BufferViewFilter::bufferLessThan(const QModelIndex &source_left, const QModelIndex &source_right) const { - return QSortFilterProxyModel::lessThan(source_left, source_right); BufferId leftBufferId = sourceModel()->data(source_left, NetworkModel::BufferIdRole).value(); BufferId rightBufferId = sourceModel()->data(source_right, NetworkModel::BufferIdRole).value(); if(config()) {