X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fbufferhotlistfilter.h;fp=src%2Fuisupport%2Fbufferhotlistfilter.h;h=3254d80e0a822a82b798631273831a842c7e20dd;hp=777ea5e7c50baec1a8394460b57ee994e0543666;hb=5a97f56014516db86ec784a964282d7678fec569;hpb=588c5e4a035f11bcb934d64813603ffdc8d270ed diff --git a/src/uisupport/bufferhotlistfilter.h b/src/uisupport/bufferhotlistfilter.h index 777ea5e7..3254d80e 100644 --- a/src/uisupport/bufferhotlistfilter.h +++ b/src/uisupport/bufferhotlistfilter.h @@ -22,6 +22,7 @@ #define BUFFERHOTLISTFILTER_H #include +#include "types.h" class BufferHotListFilter : public QSortFilterProxyModel { @@ -31,6 +32,7 @@ public: BufferHotListFilter(QAbstractItemModel *source, QObject *parent = 0); virtual inline int columnCount(const QModelIndex &) const { return 1; } + BufferId hottestBuffer(); // QVariant data(const QModelIndex &index, int role) const; protected: