aboutsummaryrefslogtreecommitdiff
path: root/gui/options.h
diff options
context:
space:
mode:
authorAlexander Tkachev2016-07-20 15:55:30 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commit39865e6e6cf67e3b5a3867540dde76969b244246 (patch)
treef0ae49a16f840c54087109175e6897393d484327 /gui/options.h
parentb1264df120b6594a79d99cbb1cc5ef944fa2e448 (diff)
downloadscummvm-rg350-39865e6e6cf67e3b5a3867540dde76969b244246.tar.gz
scummvm-rg350-39865e6e6cf67e3b5a3867540dde76969b244246.tar.bz2
scummvm-rg350-39865e6e6cf67e3b5a3867540dde76969b244246.zip
CLOUD: Add port override for LocalWebserver
It's enabled only when NETWORKING_LOCALWEBSERVER_ENABLE_PORT_OVERRIDE is defined. It's not defined, because override means we have to reconfigure our redirect links somehow to use the override port.
Diffstat (limited to 'gui/options.h')
-rw-r--r--gui/options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/options.h b/gui/options.h
index a7e98adff6..ea8b252db7 100644
--- a/gui/options.h
+++ b/gui/options.h
@@ -45,6 +45,7 @@ namespace GUI {
class LauncherDialog;
class CheckboxWidget;
+class EditTextWidget;
class PopUpWidget;
class SliderWidget;
class StaticTextWidget;
@@ -267,6 +268,8 @@ protected:
ButtonWidget *_storageDownloadButton;
ButtonWidget *_runServerButton;
StaticTextWidget *_serverInfoLabel;
+ StaticTextWidget *_serverPortDesc;
+ EditTextWidget *_serverPort;
bool _redrawCloudTab;
#ifdef USE_SDL_NET
bool _serverWasRunning;