28 #ifndef dooble_certificate_exceptions_h
29 #define dooble_certificate_exceptions_h
33 #include "ui_dooble_certificate_exceptions.h"
41 void exception_accepted(
const QString &error,
const QUrl &url);
43 void remove_exception(
const QUrl &url);
44 void show_normal(QWidget *parent);
50 void closeEvent(QCloseEvent *event);
51 void keyPressEvent(QKeyEvent *event);
52 void resizeEvent(QResizeEvent *event);
55 Ui_dooble_certificate_exceptions m_ui;
56 QTimer m_search_timer;
57 void save_settings(
void);
61 void slot_delete_selected(
void);
63 void slot_populate(
void);
64 void slot_reset(
void);
65 void slot_search_timer_timeout(
void);
Definition: dooble_certificate_exceptions.h:36