diff options
Diffstat (limited to 'gui/handlers.h')
-rw-r--r-- | gui/handlers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/handlers.h b/gui/handlers.h index a3812c5..55dd32d 100644 --- a/gui/handlers.h +++ b/gui/handlers.h @@ -39,6 +39,7 @@ public slots: void useLocation(QString username); void useAutomaticGateway(); void setTransport(QString transport); + void setUDP(bool udp); QString getTransport(); void login(QString username, QString password); void resetError(QString errlabel); |