added context menu with copy link in channel posts files

This commit is contained in:
csoler 2021-01-09 15:40:15 +01:00
parent 453c656570
commit 5a1e6b8b60
4 changed files with 42 additions and 2 deletions

View file

@ -163,6 +163,8 @@ public slots:
void sortColumnFiles(int col,Qt::SortOrder so);
void sortColumnPostFiles(int col,Qt::SortOrder so);
void updateCommentsCount(int n);
void showChannelFilesContextMenu(QPoint p);
void copyChannelFilesLink();
private:
void processSettings(bool load);