From acad08fb9884541431030a851d587c25d7e9acf0 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 9 Jul 2011 17:54:28 +0200 Subject: Improving SSL Widget and Dialog While the widget "copies" and "rethink" Google Chrome actual one, the dialog has been implemented starting from the comparison between the ones we have in KDE, Google Chrome's and Firefox's. I have to start from somewhere... --- src/urlbar/sslwidget.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/urlbar/sslwidget.h') diff --git a/src/urlbar/sslwidget.h b/src/urlbar/sslwidget.h index 4e36d364..00478f59 100644 --- a/src/urlbar/sslwidget.h +++ b/src/urlbar/sslwidget.h @@ -46,7 +46,12 @@ public: void showAt(const QPoint &pos); private Q_SLOTS: + void showMoreSslInfos(const QString &); void accept(); + +private: + QUrl m_url; + WebSslInfo m_info; }; #endif // SSL_WIDGET_H -- cgit v1.2.1