X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fbufferhotlistfilter.h;h=0a2d3ac2fb34dbc2b7e0b6f8a96b846b99241736;hb=bd2fb9596ddd44d486a3ff4914bcac045210c498;hp=f9dde62a04c19adc3d3d4a6c2e57cdc88efb0282;hpb=04315f46a16fc3627218377071e008b6b9744992;p=quassel.git diff --git a/src/uisupport/bufferhotlistfilter.h b/src/uisupport/bufferhotlistfilter.h index f9dde62a..0a2d3ac2 100644 --- a/src/uisupport/bufferhotlistfilter.h +++ b/src/uisupport/bufferhotlistfilter.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2015 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: