mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-22 21:34:32 -04:00
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:
parent
f8d2fb5de3
commit
868e60af06
3 changed files with 64 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue