From 75ec461eeaa851cb5c53f4cfffc434e3e529ed1d Mon Sep 17 00:00:00 2001 From: "Felix (xq) Queißner" Date: Mon, 22 Jun 2020 21:10:04 +0200 Subject: Restructures the project source and cleans up a bit --- src/ssltrusteditor.hpp | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 src/ssltrusteditor.hpp (limited to 'src/ssltrusteditor.hpp') diff --git a/src/ssltrusteditor.hpp b/src/ssltrusteditor.hpp deleted file mode 100644 index 841ba64..0000000 --- a/src/ssltrusteditor.hpp +++ /dev/null @@ -1,44 +0,0 @@ -#ifndef SSLTRUSTEDITOR_HPP -#define SSLTRUSTEDITOR_HPP - -#include - -#include "ssltrust.hpp" - -namespace Ui { -class SslTrustEditor; -} - -class SslTrustEditor : public QWidget -{ - Q_OBJECT - -public: - explicit SslTrustEditor(QWidget *parent = nullptr); - ~SslTrustEditor(); - - - SslTrust trust() const; - void setTrust(SslTrust const & trust); - -private slots: - void on_trust_revoke_selected_clicked(); - - void on_trust_enable_ca_clicked(); - - void on_trust_disable__ca_clicked(); - - void on_trust_level_currentIndexChanged(int index); - -private: - - - void on_trusted_server_selection(QModelIndex const & current, QModelIndex const & previous); - -private: - Ui::SslTrustEditor *ui; - - SslTrust current_trust; -}; - -#endif // SSLTRUSTEDITOR_HPP -- cgit v1.2.3