mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-17 02:21:03 -04:00
Add possibility to create GXSId directly on GenCertDialog.
This commit is contained in:
parent
6db747a263
commit
6edd7bb8e3
7 changed files with 430 additions and 410 deletions
|
@ -36,6 +36,7 @@ public:
|
|||
|
||||
virtual ~GenCertDialog() ;
|
||||
virtual void mouseMoveEvent(QMouseEvent *e) ;
|
||||
QString getGXSNickname() {return mGXSNickname;}
|
||||
private slots:
|
||||
void genPerson();
|
||||
void importIdentity();
|
||||
|
@ -53,6 +54,7 @@ private:
|
|||
bool genNewGPGKey;
|
||||
bool haveGPGKeys;
|
||||
bool mOnlyGenerateIdentity;
|
||||
QString mGXSNickname;
|
||||
|
||||
QTimer *entropy_timer ;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue