Add possibility to create GXSId directly on GenCertDialog.

This commit is contained in:
Phenom 2016-08-06 17:15:56 +02:00
parent 6db747a263
commit 6edd7bb8e3
7 changed files with 430 additions and 410 deletions

View file

@ -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 ;
};