only show unread and grid view buttons when posts tab is selected

This commit is contained in:
csoler 2023-02-18 20:31:25 +01:00
parent 5069a1a10e
commit 456d742cd1
3 changed files with 20 additions and 1 deletions

View file

@ -160,6 +160,7 @@ private slots:
void markMessageUnread();
public slots:
void currentTabChanged(int t);
void sortColumnFiles(int col,Qt::SortOrder so);
void sortColumnPostFiles(int col,Qt::SortOrder so);
void updateCommentsCount(int n);