Configuration updates downloading

This commit is contained in:
Vojtech Kral
2018-04-13 15:08:58 +02:00
parent b49b59cbb2
commit 7dbb2ed6a3
12 changed files with 148 additions and 119 deletions

View File

@@ -19,9 +19,9 @@ public:
PresetUpdater &operator=(const PresetUpdater &) = delete;
~PresetUpdater();
void download(PresetBundle *preset_bundle); // XXX
void sync(AppConfig *app_config, PresetBundle *preset_bundle);
void config_update();
void config_update(AppConfig *app_config);
private:
struct priv;
std::unique_ptr<priv> p;