fixed bug in files model

This commit is contained in:
csoler 2020-06-10 20:08:23 +02:00
parent cbf4ce6670
commit 85ce2c0f33
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
2 changed files with 3 additions and 1 deletions

View file

@ -139,6 +139,8 @@ private slots:
void settingsChanged();
void handlePostsTreeSizeChange(QSize s);
void updateChannelFiles();
public slots:
void sortColumn(int col,Qt::SortOrder so);
private: