From 82aa92021583cbeefe6c0a29181680f3ca1e4242 Mon Sep 17 00:00:00 2001 From: Niklas Date: Wed, 24 Aug 2011 13:58:14 +0200 Subject: 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). --- workspace/LogReceiver/LogReceiver.pro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'workspace/LogReceiver/LogReceiver.pro') diff --git a/workspace/LogReceiver/LogReceiver.pro b/workspace/LogReceiver/LogReceiver.pro index 81c48f6..19300fa 100644 --- a/workspace/LogReceiver/LogReceiver.pro +++ b/workspace/LogReceiver/LogReceiver.pro @@ -6,10 +6,14 @@ QT += core \ LIBS += -lsysfs INCLUDEPATH += ../customdhcpcd/src HEADERS += ndgui.h \ - logreceiver.h + logreceiver.h \ + abortbootdialog.h \ + chooseinterfacedialog.h SOURCES += ndgui.cpp \ main.cpp \ - logreceiver.cpp + logreceiver.cpp \ + abortbootdialog.cpp \ + chooseinterfacedialog.cpp FORMS += ndgui.ui \ logreceiver.ui RESOURCES += -- cgit v1.2.3-55-g7522