fixed context menu in Home->cert

This commit is contained in:
csoler 2018-09-18 21:20:55 +02:00
parent f2514d13e2
commit 3c61190b4f
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
4 changed files with 85 additions and 50 deletions

View file

@ -48,6 +48,7 @@ public:
virtual QString helpText() const { return ""; } //MainPage
private slots:
void certContextMenu(QPoint);
void updateOwnCert();
void runEmailClient();
void copyCert();
@ -58,10 +59,12 @@ private slots:
void runStartWizard() ;
void openWebHelp() ;
void recommendFriends();
void toggleIncludeAllIPs();
private:
Ui::HomePage *ui;
bool mIncludeAllIPs;
};