mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-12 16:09:37 -05:00
fixed compilation
This commit is contained in:
parent
ba6269311d
commit
3412bb2a8f
@ -787,7 +787,7 @@ void GxsChannelPostsWidgetWithModel::filterChanged(QString s)
|
|||||||
|
|
||||||
mChannelPostFilesProxyModel->setFilterKeyColumn(RsGxsChannelPostFilesModel::COLUMN_FILES_NAME);
|
mChannelPostFilesProxyModel->setFilterKeyColumn(RsGxsChannelPostFilesModel::COLUMN_FILES_NAME);
|
||||||
mChannelPostFilesProxyModel->setFilterList(ql);
|
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
|
#ifdef TODO
|
||||||
|
Loading…
Reference in New Issue
Block a user