diff options
| author | Niklas | 2011-08-19 14:53:00 +0200 |
|---|---|---|
| committer | Niklas | 2011-08-19 14:53:00 +0200 |
| commit | 74bfbbab2b0012bbfadaf742e92c78bb7bff9e0c (patch) | |
| tree | 09e823757b75b24fafd19bb9bd41706690a91664 /workspace/LogReceiver/ndgui.h | |
| parent | added internet test. each configured interface will be tested if it is possib... (diff) | |
| download | fbgui-74bfbbab2b0012bbfadaf742e92c78bb7bff9e0c.tar.gz fbgui-74bfbbab2b0012bbfadaf742e92c78bb7bff9e0c.tar.xz fbgui-74bfbbab2b0012bbfadaf742e92c78bb7bff9e0c.zip | |
changed code order. added new signals
Diffstat (limited to 'workspace/LogReceiver/ndgui.h')
| -rw-r--r-- | workspace/LogReceiver/ndgui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/workspace/LogReceiver/ndgui.h b/workspace/LogReceiver/ndgui.h index 990a6b9..d3cf29f 100644 --- a/workspace/LogReceiver/ndgui.h +++ b/workspace/LogReceiver/ndgui.h @@ -19,6 +19,7 @@ public: public slots: void handleProgress(int iFaceIndex, int newValue); void addNewInterface(QString ifName, int index); + void handleConnectionEstablished(QString ifName); private: Ui::ndguiClass ui; |
