aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/help/GnupgTab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/dialog/help/GnupgTab.h')
-rw-r--r--src/ui/dialog/help/GnupgTab.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ui/dialog/help/GnupgTab.h b/src/ui/dialog/help/GnupgTab.h
index c143bae3..9195dee0 100644
--- a/src/ui/dialog/help/GnupgTab.h
+++ b/src/ui/dialog/help/GnupgTab.h
@@ -48,11 +48,9 @@ class GnupgTab : public QWidget {
explicit GnupgTab(QWidget* parent = nullptr);
private:
- std::shared_ptr<Ui_GnuPGInfo> ui_;
- QProcess* gpgconf_process_;
+ std::shared_ptr<Ui_GnuPGInfo> ui_; ///<
- private slots:
- void process_components_info(int, QProcess::ExitStatus);
+ void process_software_info();
};
} // namespace GpgFrontend::UI