diff options
| author | Niklas | 2011-09-02 17:06:02 +0200 |
|---|---|---|
| committer | Niklas | 2011-09-02 17:06:02 +0200 |
| commit | 603f6e47b2be2b5e03e63f6bee9c6364c92a251e (patch) | |
| tree | 1cc7c4583e54691b031fe9de3a5e68f7a4bbddf3 /LogReceiver/LogReceiver.pro | |
| parent | just minor changes. deltions of unuseful comments (diff) | |
| download | fbgui-603f6e47b2be2b5e03e63f6bee9c6364c92a251e.tar.gz fbgui-603f6e47b2be2b5e03e63f6bee9c6364c92a251e.tar.xz fbgui-603f6e47b2be2b5e03e63f6bee9c6364c92a251e.zip | |
added a new container class which holds config informations about an interface. also solved the message loss problem by setting the read an writing messages to the same size
Diffstat (limited to 'LogReceiver/LogReceiver.pro')
| -rw-r--r-- | LogReceiver/LogReceiver.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/LogReceiver/LogReceiver.pro b/LogReceiver/LogReceiver.pro index 19300fa..9666b2f 100644 --- a/LogReceiver/LogReceiver.pro +++ b/LogReceiver/LogReceiver.pro @@ -5,11 +5,13 @@ QT += core \ network LIBS += -lsysfs INCLUDEPATH += ../customdhcpcd/src -HEADERS += ndgui.h \ +HEADERS += interfaceconfiguration.h \ + ndgui.h \ logreceiver.h \ abortbootdialog.h \ chooseinterfacedialog.h -SOURCES += ndgui.cpp \ +SOURCES += interfaceconfiguration.cpp \ + ndgui.cpp \ main.cpp \ logreceiver.cpp \ abortbootdialog.cpp \ |
