diff options
author | Alexander Tkachev | 2016-06-09 17:00:05 +0600 |
---|---|---|
committer | Alexander Tkachev | 2016-08-24 16:07:55 +0600 |
commit | beb168a3a5bac602a9bf1455e7fe93dda0b13a1c (patch) | |
tree | d43f40afe80f97fbf35241ee992855f3817058e4 /gui/options.h | |
parent | e1e48968b4e5b7d55594adf038657bf6a8d7bc43 (diff) | |
download | scummvm-rg350-beb168a3a5bac602a9bf1455e7fe93dda0b13a1c.tar.gz scummvm-rg350-beb168a3a5bac602a9bf1455e7fe93dda0b13a1c.tar.bz2 scummvm-rg350-beb168a3a5bac602a9bf1455e7fe93dda0b13a1c.zip |
GUI: Add Cloud tab StorageWizardDialog
This is a dialog which guides user through Storage connection procedure.
Diffstat (limited to 'gui/options.h')
-rw-r--r-- | gui/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/options.h b/gui/options.h index 89670fdd64..4addf717b8 100644 --- a/gui/options.h +++ b/gui/options.h @@ -255,6 +255,7 @@ protected: StaticTextWidget *_storageUsedSpace; StaticTextWidget *_storageLastSyncDesc; StaticTextWidget *_storageLastSync; + ButtonWidget *_storageConnectButton; void setupCloudTab(); #endif |