Configuration updates downloading
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user