X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fbufferhotlistfilter.h;fp=src%2Fclient%2Fbufferhotlistfilter.h;h=72a7f3fbddc13703eb5f71f5bc5a2235dc5b60af;hp=a3577bdd33568542d92139f33e00d64aae251062;hb=754a784dda6fe5235c59a7ce3829599ccf62eeda;hpb=6b31f4c8abb36ebe658c2e5ce2a8e9ba2a50f443 diff --git a/src/client/bufferhotlistfilter.h b/src/uisupport/bufferhotlistfilter.h similarity index 97% rename from src/client/bufferhotlistfilter.h rename to src/uisupport/bufferhotlistfilter.h index a3577bdd..72a7f3fb 100644 --- a/src/client/bufferhotlistfilter.h +++ b/src/uisupport/bufferhotlistfilter.h @@ -30,7 +30,7 @@ public: BufferHotListFilter(QAbstractItemModel *source, QObject *parent = 0); virtual inline int columnCount(const QModelIndex &) const { return 1; } - QVariant data(const QModelIndex &index, int role) const; +// QVariant data(const QModelIndex &index, int role) const; protected: virtual bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const;