mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 16:15:23 -04:00
Redesigned GenCertDialog for the usage in Profile Manager.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5738 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a7c29c0f24
commit
e99b30d015
6 changed files with 173 additions and 197 deletions
|
@ -35,12 +35,9 @@ class GenCertDialog : public QDialog
|
|||
|
||||
public:
|
||||
/** Default constructor */
|
||||
GenCertDialog(QWidget *parent = 0, Qt::WFlags flags = 0);
|
||||
GenCertDialog(bool onlyGenerateIdentity, QWidget *parent = 0, Qt::WFlags flags = 0);
|
||||
/** Default destructor */
|
||||
|
||||
void hideButtons();
|
||||
|
||||
|
||||
private slots:
|
||||
void genPerson();
|
||||
//void loadPerson();
|
||||
|
@ -65,6 +62,7 @@ private:
|
|||
Ui::GenCertDialog ui;
|
||||
|
||||
bool genNewGPGKey;
|
||||
bool mOnlyGenerateIdentity;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue