mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 00:55:13 -04:00
Added attach picture for posted links
This commit is contained in:
parent
d63655c9b6
commit
7cf17569c5
18 changed files with 993 additions and 363 deletions
|
@ -41,9 +41,13 @@ public:
|
|||
*/
|
||||
explicit PostedCreatePostDialog(TokenQueue* tokenQ, RsPosted* posted, const RsGxsGroupId& grpId, QWidget *parent = 0);
|
||||
~PostedCreatePostDialog();
|
||||
|
||||
QPixmap picture;
|
||||
|
||||
private slots:
|
||||
void createPost();
|
||||
void addPicture();
|
||||
|
||||
|
||||
private:
|
||||
QString mLink;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue