mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-29 11:01:22 -04:00
Added a custom context menu for pasting RS-links to the base class MimeTextEdit and removed the custom context menu from derived classes.
Updated english translation. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6977 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
dddc4356f1
commit
abd6b46ca0
17 changed files with 206 additions and 374 deletions
|
@ -1733,18 +1733,6 @@ QString RSLinkClipboard::toHtml()
|
|||
return res ;
|
||||
}
|
||||
|
||||
QString RSLinkClipboard::toHtmlFull()
|
||||
{
|
||||
QList<RetroShareLink> links;
|
||||
parseClipboard(links);
|
||||
|
||||
QString res ;
|
||||
for(int i = 0; i < links.size(); ++i)
|
||||
res += links[i].toHtmlFull() + "<br>" ;
|
||||
|
||||
return res ;
|
||||
}
|
||||
|
||||
bool RSLinkClipboard::empty(RetroShareLink::enumType type /* = RetroShareLink::TYPE_UNKNOWN*/)
|
||||
{
|
||||
QList<RetroShareLink> links;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue