Update setup wizard for missing media codecs

This commit is contained in:
Dan Paulat 2023-12-08 09:56:01 -06:00
parent d760641770
commit f143186ea5
7 changed files with 268 additions and 11 deletions

View file

@ -22,6 +22,8 @@ public:
bool isComplete() const override;
bool validatePage() override;
static bool IsRequired();
private:
class Impl;
std::shared_ptr<Impl> p;