mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-18 10:02:41 -05:00
changed filtering model to a hand-made solution
This commit is contained in:
parent
85ce2c0f33
commit
8c3c973d02
4 changed files with 117 additions and 76 deletions
|
|
@ -140,8 +140,8 @@ private slots:
|
|||
void handlePostsTreeSizeChange(QSize s);
|
||||
void updateChannelFiles();
|
||||
|
||||
public slots:
|
||||
void sortColumn(int col,Qt::SortOrder so);
|
||||
// public slots:
|
||||
// void sortColumn(int col,Qt::SortOrder so);
|
||||
|
||||
private:
|
||||
void processSettings(bool load);
|
||||
|
|
@ -164,7 +164,6 @@ private:
|
|||
RsGxsChannelPostsModel *mChannelPostsModel;
|
||||
RsGxsChannelPostFilesModel *mChannelPostFilesModel;
|
||||
RsGxsChannelPostFilesModel *mChannelFilesModel;
|
||||
RsGxsChannelPostFilesProxyModel *mChannelPostFilesProxyModel ;
|
||||
|
||||
/* UI - from Designer */
|
||||
Ui::GxsChannelPostsWidgetWithModel *ui;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue