mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-20 15:00:36 -04:00
set default title as file name for a link
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1548 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6145efd378
commit
c5e66682c8
3 changed files with 19 additions and 23 deletions
|
@ -30,12 +30,9 @@ class AddLinksDialog : public QDialog
|
|||
|
||||
public:
|
||||
/** Default Constructor */
|
||||
AddLinksDialog(QWidget *parent = 0);
|
||||
AddLinksDialog(QString url, QWidget *parent = 0);
|
||||
/** Default Destructor */
|
||||
|
||||
void insertTitleText(std::string title);
|
||||
void insertLinkText(std::string link);
|
||||
|
||||
static int IndexToScore(int index);
|
||||
|
||||
public slots:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue