mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 13:30:36 -04:00
Turned RsInit into a static class, and changed retroshare invite so that it does not contain signatures anymore.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1022 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b9abc24e5c
commit
78c07ca367
18 changed files with 589 additions and 464 deletions
|
@ -41,7 +41,7 @@ class StartDialog : public QMainWindow
|
|||
|
||||
public:
|
||||
/** Default constructor */
|
||||
StartDialog(RsInit *config, QWidget *parent = 0, Qt::WFlags flags = 0);
|
||||
StartDialog(QWidget *parent = 0, Qt::WFlags flags = 0);
|
||||
/** Default destructor */
|
||||
//~StartDialog();
|
||||
|
||||
|
@ -83,8 +83,6 @@ private:
|
|||
#endif
|
||||
**************/
|
||||
|
||||
RsInit *rsConfig;
|
||||
|
||||
bool reqNewCert;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue