summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
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);