add the possibility to create a gpg key for new profile

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2089 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2010-01-19 21:44:13 +00:00
parent f8d2fb5de3
commit 868e60af06
3 changed files with 64 additions and 17 deletions

View file

@ -55,19 +55,21 @@ private slots:
void selectFriend();
void checkChanged(int i);
void infodlg();
void newGPGKeyGenUiSetup();
private:
/** Loads the saved connectidialog settings */
// void loadSettings();
void loadCertificates();
QMovie *movie;
/** Qt Designer generated object */
Ui::GenCertDialog ui;
bool foundGPGKeys;
bool genNewGPGKey;
};
#endif