mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-20 13:19:07 -04:00
added entries to control what we add in the certificate
This commit is contained in:
parent
33800e9cb9
commit
6fcb3e8972
5 changed files with 98 additions and 50 deletions
|
@ -46,6 +46,10 @@ public:
|
|||
virtual QString pageName() const { return tr("Home") ; } //MainPage
|
||||
virtual QString helpText() const { return ""; } //MainPage
|
||||
|
||||
// Returns the certificate along with its description using current options.
|
||||
|
||||
void getOwnCert(QString& invite,QString& description) const;
|
||||
|
||||
private slots:
|
||||
#ifdef DEAD_CODE
|
||||
void certContextMenu(QPoint);
|
||||
|
@ -64,8 +68,10 @@ private:
|
|||
Ui::HomePage *ui;
|
||||
|
||||
QAction *mIncludeDNSact;
|
||||
QAction *mIncludeIPsAct;
|
||||
QAction *mUseOldFormatAct;
|
||||
QAction *mIncludeIPHistoryact;
|
||||
QAction *mIncludeExtIPact;
|
||||
QAction *mIncludeLocIPact;
|
||||
QAction *mUseOldFormatact;
|
||||
|
||||
RsEventsHandlerId_t mEventHandlerId;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue