mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-18 10:02:41 -05:00
added context menu with copy link in channel posts files
This commit is contained in:
parent
453c656570
commit
5a1e6b8b60
4 changed files with 42 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue