diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-07-20 18:46:52 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-07-20 18:46:52 +0200 |
commit | c0c9350c43a206fd37c77f67c65197bbdc386f76 (patch) | |
tree | 4b44383d5ed01c582564d2c4ea78a1e97248fa7d /src/sslinfodialog.h | |
parent | Right astyle options (diff) | |
download | rekonq-c0c9350c43a206fd37c77f67c65197bbdc386f76.tar.xz |
Improve SSL management
Hopefully addressed the problems against our (new) SSL code.
CCMAIL:timb@nth-dimension.org.uk
Diffstat (limited to 'src/sslinfodialog.h')
-rw-r--r-- | src/sslinfodialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sslinfodialog.h b/src/sslinfodialog.h index b40ce4f0..3544c62c 100644 --- a/src/sslinfodialog.h +++ b/src/sslinfodialog.h @@ -56,7 +56,7 @@ public: explicit SslInfoDialog(const QString &host, const WebSslInfo &info, QWidget *parent = 0); static QList<QStringList> errorsFromString(const QString &s); - + private Q_SLOTS: void displayFromChain(int); void exportCert(); |