diff options
| author | Niklas | 2011-09-28 17:56:12 +0200 |
|---|---|---|
| committer | Niklas | 2011-09-28 17:56:12 +0200 |
| commit | 38b1c442b31c7e8f38d232c30e7941b75b1eebbb (patch) | |
| tree | b5c5bf89a834b81d747e43211547c58e8a8669e0 /LogReceiver/ndgui.cpp | |
| parent | added a select field to the manual conf gui. also fixed some bugs in the ip4_... (diff) | |
| download | fbgui-38b1c442b31c7e8f38d232c30e7941b75b1eebbb.tar.gz fbgui-38b1c442b31c7e8f38d232c30e7941b75b1eebbb.tar.xz fbgui-38b1c442b31c7e8f38d232c30e7941b75b1eebbb.zip | |
added some more initial parameters
Diffstat (limited to 'LogReceiver/ndgui.cpp')
| -rw-r--r-- | LogReceiver/ndgui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LogReceiver/ndgui.cpp b/LogReceiver/ndgui.cpp index 26e924c..cb2a2f9 100644 --- a/LogReceiver/ndgui.cpp +++ b/LogReceiver/ndgui.cpp @@ -38,7 +38,7 @@ ndgui::~ndgui() { void ndgui::startNetworkDiscovery(){ if(!_started) { _started = true; - networkDiscovery.initAndRun("/var/tmp/qt_c_socket_custom"); + networkDiscovery.initAndRun("209.85.148.105", true,"/var/tmp/qt_c_socket_custom"); } else { qDebug() << "NetworkDiscovery already started"; |
