mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-11 15:50:38 -04:00
Automatically detect retroshare links when pasting text
This commit is contained in:
parent
7e536efe66
commit
36dc532da6
3 changed files with 57 additions and 39 deletions
|
@ -208,6 +208,8 @@ class RSLinkClipboard
|
|||
//
|
||||
static int process(RetroShareLink::enumType type = RetroShareLink::TYPE_UNKNOWN, uint flag = RSLINK_PROCESS_NOTIFY_ALL);
|
||||
|
||||
static void parseText(QString text, QList<RetroShareLink> &links) ;
|
||||
|
||||
private:
|
||||
static void parseClipboard(QList<RetroShareLink> &links) ;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue