mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-19 10:39:53 -05:00
added copy link and navigate functions.
This commit is contained in:
parent
7bb56953bd
commit
6a3fe9ebf0
3 changed files with 89 additions and 32 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue