mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Redesigned ConnectFriendWizard as ui file.
Added new base class DropLineEdit. Fixed german language. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5181 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
25547d0ea8
commit
22a0f89751
9 changed files with 1962 additions and 1560 deletions
|
@ -944,7 +944,9 @@ static void processList(const QStringList &list, const QString &textSingular, co
|
|||
std::cerr << "Usign this certificate:" << std::endl;
|
||||
std::cerr << RS_Certificate.toStdString() << std::endl;
|
||||
|
||||
ConnectFriendWizard(NULL,RS_Certificate).exec() ;
|
||||
ConnectFriendWizard connectFriendWizard;
|
||||
connectFriendWizard.setCertificate(RS_Certificate);
|
||||
connectFriendWizard.exec();
|
||||
needNotifySuccess = false;
|
||||
}
|
||||
break ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue