CLOUD: Minor TODO fix

This commit is contained in:
Alexander Tkachev 2016-07-26 12:31:11 +06:00
parent 6dd10f3a68
commit 0b97aff866
4 changed files with 4 additions and 4 deletions

View file

@ -45,7 +45,7 @@ namespace Dropbox {
#define DROPBOX_API_FILES_DOWNLOAD "https://content.dropboxapi.com/2/files/download"
char *DropboxStorage::KEY = nullptr; //can't use CloudConfig there yet, loading it on instance creation/auth
char *DropboxStorage::SECRET = nullptr; //TODO: hide these secrets somehow
char *DropboxStorage::SECRET = nullptr;
void DropboxStorage::loadKeyAndSecret() {
#ifdef ENABLE_RELEASE