added sorting and filtering for files using a QPSortFilterProxyModel but it doesnt work yet

This commit is contained in:
csoler 2020-06-09 21:08:21 +02:00
parent 32050af8da
commit c9019a7e99
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
7 changed files with 62 additions and 17 deletions
retroshare-gui/src/gui/gxschannels

View file

@ -40,8 +40,6 @@ Q_DECLARE_METATYPE(RsGxsChannelPost)
std::ostream& operator<<(std::ostream& o, const QModelIndex& i);// defined elsewhere
const QString RsGxsChannelPostsModel::FilterString("filtered");
RsGxsChannelPostsModel::RsGxsChannelPostsModel(QObject *parent)
: QAbstractItemModel(parent), mTreeMode(TREE_MODE_PLAIN), mColumns(6)
{