mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 21:40:36 -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
|
@ -24,13 +24,13 @@
|
|||
|
||||
#include "ui_StartDialog.h"
|
||||
|
||||
class StartDialog : public QMainWindow
|
||||
class StartDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
/** Default constructor */
|
||||
StartDialog(QWidget *parent = 0, Qt::WFlags flags = 0);
|
||||
StartDialog(QWidget *parent = 0);
|
||||
|
||||
bool requestedNewCert();
|
||||
|
||||
|
@ -48,9 +48,6 @@ private slots:
|
|||
void on_labelProfile_linkActivated(QString link);
|
||||
|
||||
private:
|
||||
/** Loads the saved connectidialog settings */
|
||||
void loadCertificates();
|
||||
|
||||
/** Qt Designer generated object */
|
||||
Ui::StartDialog ui;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue