mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-14 00:55:46 -04:00
made branch v0.5.0 to stabilise the dev of v0.5
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2524 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5e0c8e062e
commit
b4d8c398ce
12 changed files with 80 additions and 27 deletions
|
@ -1210,6 +1210,7 @@ void SearchDialog::copysearchLink()
|
|||
|
||||
RetroShareLink link(fname, fsize, fhash);
|
||||
|
||||
std::cerr << "new link added to clipboard: " << link.toString().toStdString() << std::endl ;
|
||||
if(link.valid())
|
||||
urls.push_back(link.toUrl()) ;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Retroshare Gui version :
|
||||
Svn version : Revision: 2398
|
||||
Tue Feb 23 16:33:19 GMT 2010
|
||||
Svn version : Revision: 2519
|
||||
Fri Mar 12 20:36:59 CET 2010
|
||||
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#define GUI_VERSION "0.5.0 alpha 1"
|
||||
|
||||
#define GUI_REVISION "Revision: 2268 date : 18:57:43 02.09.10"
|
||||
#define GUI_REVISION "Revision: 2519 date : 20:36:59 03.12.10"
|
||||
|
||||
|
||||
#include <QString>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue