added filtering for posts

This commit is contained in:
csoler 2020-06-08 20:56:59 +02:00
parent 1cb6369cb6
commit 730a3be2e4
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
4 changed files with 70 additions and 35 deletions

View file

@ -132,7 +132,7 @@ private slots:
void createMsg();
void toggleAutoDownload();
void subscribeGroup(bool subscribe);
void filterChanged(int filter);
void filterChanged();
void setViewMode(int viewMode);
void settingsChanged();
void handlePostsTreeSizeChange(QSize s);