mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-20 21:29:01 -04:00
Added Forum reply with plaintext quote (by anmo)
This commit is contained in:
parent
e3d12b8194
commit
5404cda302
6 changed files with 127 additions and 5 deletions
|
@ -260,7 +260,7 @@ void CreateGxsForumMsg::loadFormInformation()
|
|||
ui.signBox->setEnabled(true);
|
||||
}
|
||||
|
||||
ui.forumMessage->setText("");
|
||||
//ui.forumMessage->setText("");
|
||||
}
|
||||
|
||||
void CreateGxsForumMsg::createMsg()
|
||||
|
@ -506,3 +506,8 @@ void CreateGxsForumMsg::loadRequest(const TokenQueue *queue, const TokenRequest
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
void CreateGxsForumMsg::insertPastedText(QString msg)
|
||||
{
|
||||
ui.forumMessage->append(msg);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue