summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-07-11 10:06:41 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-07-18 11:37:08 +0200
commitc36f3b1351088b86845dd8981a7a9b13b971606e (patch)
treea039935a831f91fccf6e56ffb6e98e08bf27a513 /src/webpage.h
parentWARNING: HISTORY_VERSION upgrade!! (diff)
downloadrekonq-c36f3b1351088b86845dd8981a7a9b13b971606e.tar.xz
SSL rewamp, one step to finish!
These are last changes to clean up and improve SSL rekonq communications. It is yet missing a proper SSL errors API integration. You just need to wait for the next commit...
Diffstat (limited to 'src/webpage.h')
-rw-r--r--src/webpage.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/webpage.h b/src/webpage.h
index 86355395..cc407016 100644
--- a/src/webpage.h
+++ b/src/webpage.h
@@ -80,10 +80,7 @@ public:
return _suggestedFileName;
};
- inline bool hasSslValid()
- {
- return _sslInfo.isValid();
- }
+ bool hasSslValid();
public Q_SLOTS:
void downloadAllContentsWithKGet(QPoint);