summaryrefslogtreecommitdiffstats
path: root/src/fbgui/fbgui.h
diff options
context:
space:
mode:
authorMichael Neves2012-01-30 19:34:43 +0100
committerMichael Neves2012-01-30 19:34:43 +0100
commitfa5c7c872b06fe87005e6a8e18d1d10f16ca2554 (patch)
treefb7f660ad5c4731668889c37e2e6f8103645594a /src/fbgui/fbgui.h
parentChange pbs_url to https if ssl is enabled (diff)
downloadfbgui-fa5c7c872b06fe87005e6a8e18d1d10f16ca2554.tar.gz
fbgui-fa5c7c872b06fe87005e6a8e18d1d10f16ca2554.tar.xz
fbgui-fa5c7c872b06fe87005e6a8e18d1d10f16ca2554.zip
Added SSL ErrorHandler for QWebViews NetworkAccessManager
Diffstat (limited to 'src/fbgui/fbgui.h')
-rw-r--r--src/fbgui/fbgui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fbgui/fbgui.h b/src/fbgui/fbgui.h
index 3a62579..a13fe74 100644
--- a/src/fbgui/fbgui.h
+++ b/src/fbgui/fbgui.h
@@ -116,6 +116,10 @@ private slots:
void prepareURLLoad(const QString&);
void loadURLDone(bool success);
+ //ssl Error Handler for SSL Requests
+ void sslErrorHandler(QNetworkReply* qnr, const QList<QSslError> & errlist);
+
+
// shut off the system
void performShutDown();
// reboot the system