ConfigWizard: Make bundle installation more intelligent, fixes
This commit is contained in:
@@ -19,7 +19,9 @@ public:
|
||||
PresetUpdater &operator=(const PresetUpdater &) = delete;
|
||||
~PresetUpdater();
|
||||
|
||||
void download(PresetBundle *preset_bundle);
|
||||
void download(PresetBundle *preset_bundle); // XXX
|
||||
|
||||
static void init_vendors();
|
||||
private:
|
||||
struct priv;
|
||||
std::unique_ptr<priv> p;
|
||||
|
||||
Reference in New Issue
Block a user