mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-18 10:02:41 -05:00
added list of files for the whole channel
This commit is contained in:
parent
591ffc2fa7
commit
944c5b3592
7 changed files with 67 additions and 34 deletions
|
|
@ -136,6 +136,7 @@ private slots:
|
|||
void setViewMode(int viewMode);
|
||||
void settingsChanged();
|
||||
void handlePostsTreeSizeChange(QSize s);
|
||||
void updateChannelFiles();
|
||||
|
||||
private:
|
||||
void processSettings(bool load);
|
||||
|
|
@ -157,6 +158,7 @@ private:
|
|||
|
||||
RsGxsChannelPostsModel *mChannelPostsModel;
|
||||
RsGxsChannelPostFilesModel *mChannelPostFilesModel;
|
||||
RsGxsChannelPostFilesModel *mChannelFilesModel;
|
||||
|
||||
/* UI - from Designer */
|
||||
Ui::GxsChannelPostsWidgetWithModel *ui;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue