summaryrefslogtreecommitdiffstats
path: root/workspace/LogReceiver/logreceiver.h
diff options
context:
space:
mode:
authorNiklas2011-08-24 13:58:14 +0200
committerNiklas2011-08-24 13:58:14 +0200
commit82aa92021583cbeefe6c0a29181680f3ca1e4242 (patch)
tree567a26262e61a858433d7f5feb524a96509afa74 /workspace/LogReceiver/logreceiver.h
parentadded a additional status label and some signals (diff)
downloadfbgui-82aa92021583cbeefe6c0a29181680f3ca1e4242.tar.gz
fbgui-82aa92021583cbeefe6c0a29181680f3ca1e4242.tar.xz
fbgui-82aa92021583cbeefe6c0a29181680f3ca1e4242.zip
added to dialogs. one for the critical error case (abot boot dialog), one for the succesful case (choose interface dialog). also added a new function for testing the connectivity via tcpsocket (or http request).
Diffstat (limited to 'workspace/LogReceiver/logreceiver.h')
-rw-r--r--workspace/LogReceiver/logreceiver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/workspace/LogReceiver/logreceiver.h b/workspace/LogReceiver/logreceiver.h
index c4e165d..143cbef 100644
--- a/workspace/LogReceiver/logreceiver.h
+++ b/workspace/LogReceiver/logreceiver.h
@@ -61,6 +61,7 @@ private:
bool checkCarrierState(QString interface);
void checkInternetConnection(QString ifName);
void checkInternetConnection(QList<QString> &interfaces);
+ void checkInternetConnectionViaTCP(QString ifName);
QList<QString> getListOfNetworkInterfaces();
bool checkBlackList(QString i);