diff options
Diffstat (limited to 'src/fbgui.h')
| -rw-r--r-- | src/fbgui.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fbgui.h b/src/fbgui.h index d68bd6a..2821a31 100644 --- a/src/fbgui.h +++ b/src/fbgui.h @@ -49,6 +49,7 @@ private: void setupDebugSplit(); void createActions(); void checkHost() const; + void watchDHCP(); // widgets constituing the gui @@ -67,7 +68,7 @@ private slots: // slots for processing actions void toggleDebug(); - void ipReceived(); + void ipReceived(const QString& name); }; |
