summaryrefslogtreecommitdiffstats
path: root/src/fbgui/fbgui.h
diff options
context:
space:
mode:
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