X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fbufferhotlistfilter.h;h=599c2de15ab6f0670657dbe6461f1eca85a5ffd2;hb=0a43227b8cd44625f4881cc1545d42c8c8a4876c;hp=2db49c09182621ae1fffb47940712e5dbf15a7a9;hpb=5b686746c880e5cda6d5de3e08180ea4332ff222;p=quassel.git diff --git a/src/uisupport/bufferhotlistfilter.h b/src/uisupport/bufferhotlistfilter.h index 2db49c09..599c2de1 100644 --- a/src/uisupport/bufferhotlistfilter.h +++ b/src/uisupport/bufferhotlistfilter.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 by the Quassel Project * + * Copyright (C) 2005-2016 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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: