added copy link and navigate functions.

This commit is contained in:
csoler 2020-06-19 23:03:13 +02:00
parent 7bb56953bd
commit 6a3fe9ebf0
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
3 changed files with 89 additions and 32 deletions

View file

@ -141,6 +141,7 @@ private slots:
void postChannelPostLoad();
void editPost();
void postContextMenu(const QPoint&);
void copyMessageLink();
public slots:
void sortColumnFiles(int col,Qt::SortOrder so);
@ -169,7 +170,6 @@ private:
RsGxsChannelPostFilesModel *mChannelFilesModel;
RsGxsMessageId mSelectedPost;
RsGxsGroupId mSelectedGroup;
/* UI - from Designer */
Ui::GxsChannelPostsWidgetWithModel *ui;