fixed compilation

This commit is contained in:
csoler 2020-06-10 18:30:43 +02:00
parent ba6269311d
commit 3412bb2a8f
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -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