added entries to control what we add in the certificate

This commit is contained in:
csoler 2022-02-11 16:20:52 +01:00
parent 33800e9cb9
commit 6fcb3e8972
5 changed files with 98 additions and 50 deletions

View file

@ -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;