mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
Moved loadCertificate from main, StartDialog and GenCertDialog to Rshare.
Switched StartDialog from QMainWindow to QDialog. Updated english translation file. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5752 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
aadb408533
commit
afa3248429
11 changed files with 551 additions and 694 deletions
|
@ -84,6 +84,8 @@ public:
|
|||
/** Recalculates matching stylesheet for widget **/
|
||||
static void refreshStyleSheet(QWidget *widget, bool processChildren);
|
||||
|
||||
static bool loadCertificate(const std::string &accountId, bool autoLogin, std::string gpgId = "");
|
||||
|
||||
/**
|
||||
* Update Language, Style and StyleSheet.
|
||||
* First args are cheked for a style then the settings.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue