mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-15 01:49:35 -04:00
added sorting and filtering for files using a QPSortFilterProxyModel but it doesnt work yet
This commit is contained in:
parent
32050af8da
commit
c9019a7e99
7 changed files with 62 additions and 17 deletions
retroshare-gui/src/gui/gxschannels
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue