28 #ifndef dooble_certificate_exceptions_h
29 #define dooble_certificate_exceptions_h
31 #include <QMainWindow>
34 #include "ui_dooble_certificate_exceptions.h"
42 void exception_accepted(
const QString &error,
const QUrl &url);
44 void remove_exception(
const QUrl &url);
45 void show_normal(QWidget *parent);
51 void closeEvent(QCloseEvent *event);
52 void keyPressEvent(QKeyEvent *event);
53 void resizeEvent(QResizeEvent *event);
56 Ui_dooble_certificate_exceptions m_ui;
57 QTimer m_search_timer;
58 void save_settings(
void);
62 void slot_delete_selected(
void);
64 void slot_populate(
void);
65 void slot_reset(
void);
66 void slot_search_timer_timeout(
void);
Definition: dooble_certificate_exceptions.h:37