aboutsummaryrefslogtreecommitdiff
path: root/gui/remotebrowser.h
diff options
context:
space:
mode:
authorAlexander Tkachev2016-07-04 13:00:26 +0600
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commit73bb2e20afdd625998a1438adf29e5d9dbaa2929 (patch)
treebf4a0517e20bf037229d86e049a897164042e4a5 /gui/remotebrowser.h
parent4aa8e23ea24e275f6b68fe6ed773ee2129d4de26 (diff)
downloadscummvm-rg350-73bb2e20afdd625998a1438adf29e5d9dbaa2929.tar.gz
scummvm-rg350-73bb2e20afdd625998a1438adf29e5d9dbaa2929.tar.bz2
scummvm-rg350-73bb2e20afdd625998a1438adf29e5d9dbaa2929.zip
GUI: Clean up in RemoteBrowser
Diffstat (limited to 'gui/remotebrowser.h')
-rw-r--r--gui/remotebrowser.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gui/remotebrowser.h b/gui/remotebrowser.h
index 55be1198b5..ca1f9379cd 100644
--- a/gui/remotebrowser.h
+++ b/gui/remotebrowser.h
@@ -38,7 +38,7 @@ class CommandSender;
class RemoteBrowserDialog : public Dialog {
public:
- RemoteBrowserDialog(const char *title, bool dirRemoteBrowser);
+ RemoteBrowserDialog(const char *title);
virtual void open();
virtual void handleCommand(CommandSender *sender, uint32 cmd, uint32 data);
@@ -49,10 +49,9 @@ public:
protected:
ListWidget *_fileList;
StaticTextWidget *_currentPath;
- Cloud::StorageFile _node;
+ Cloud::StorageFile _node, _backupNode;
Common::Array<Cloud::StorageFile> _nodeContent;
Cloud::StorageFile _choice;
- bool _isDirRemoteBrowser;
bool _navigationLocked;
bool _updateList;