mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-26 23:31:08 -04:00
fixed compilation
This commit is contained in:
parent
ba6269311d
commit
3412bb2a8f
1 changed files with 1 additions and 1 deletions
|
@ -787,7 +787,7 @@ void GxsChannelPostsWidgetWithModel::filterChanged(QString s)
|
|||
|
||||
mChannelPostFilesProxyModel->setFilterKeyColumn(RsGxsChannelPostFilesModel::COLUMN_FILES_NAME);
|
||||
mChannelPostFilesProxyModel->setFilterList(ql);
|
||||
mChannelPostFilesProxyModel->setFilterRegExp(s)) ;// triggers a re-display. s is actually not used.
|
||||
mChannelPostFilesProxyModel->setFilterRegExp(s) ;// triggers a re-display. s is actually not used.
|
||||
}
|
||||
|
||||
#ifdef TODO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue