From 27addebee71183965720662b05be2caf619d4d57 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 12 Jul 2013 15:46:50 +0200 Subject: Review ssl widget generation code. This also seems to fix some way problem about multiple widget creations What about you, guys? CCBUG:321226 --- src/webtab/webpage.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/webtab/webpage.h') diff --git a/src/webtab/webpage.h b/src/webtab/webpage.h index 43073d58..0f768f73 100644 --- a/src/webtab/webpage.h +++ b/src/webtab/webpage.h @@ -63,6 +63,8 @@ public: bool hasSslValid() const; + WebSslInfo sslInfo(); + public Q_SLOTS: void downloadAllContentsWithKGet(); @@ -84,8 +86,7 @@ private Q_SLOTS: void manageNetworkErrors(QNetworkReply *reply); void loadStarted(); void loadFinished(bool); - void showSSLInfo(QPoint); - + void copyToTempFileResult(KJob*); private: @@ -94,7 +95,7 @@ private: ProtocolHandler _protHandler; WebSslInfo _sslInfo; - + QString _mimeType; QString _suggestedFileName; -- cgit v1.2.1