Cleanup and better configuration of resource syncs

This commit is contained in:
Emil Axelsson
2017-11-05 23:17:51 +01:00
parent 43664d34b7
commit 1f33359697
17 changed files with 124 additions and 102 deletions

View File

@@ -43,6 +43,8 @@ public:
void synchronize() override;
private:
std::vector<std::string> fileListUrls();
bool trySyncFromUrl(std::string url);
bool hasSyncFile();
void createSyncFile();