diff options
author | Alexander Tkachev | 2016-06-08 18:56:17 +0600 |
---|---|---|
committer | Alexander Tkachev | 2016-08-24 16:07:55 +0600 |
commit | 90ae7b7337ece337cfd6ed2eabcef4f42a3abe7a (patch) | |
tree | 23ecbb062fa3017ff9ff91692a900c2e88896616 /gui/options.h | |
parent | 870e96eb9ca6e69bea5f47a215d171fd58ab1265 (diff) | |
download | scummvm-rg350-90ae7b7337ece337cfd6ed2eabcef4f42a3abe7a.tar.gz scummvm-rg350-90ae7b7337ece337cfd6ed2eabcef4f42a3abe7a.tar.bz2 scummvm-rg350-90ae7b7337ece337cfd6ed2eabcef4f42a3abe7a.zip |
GUI: Add Options dialog Cloud tab
With StorageBrowser to select a Storage. It actually uses CloudMan to
switch active Storage.
Diffstat (limited to 'gui/options.h')
-rw-r--r-- | gui/options.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gui/options.h b/gui/options.h index 294b41794b..feb77859e8 100644 --- a/gui/options.h +++ b/gui/options.h @@ -241,6 +241,13 @@ protected: StaticTextWidget *_updatesPopUpDesc; PopUpWidget *_updatesPopUp; #endif + +#ifdef USE_CLOUD + // + // Misc controls + // + StaticTextWidget *_curStorage; +#endif }; } // End of namespace GUI |