rework wizard for tutorial 1 to load manifest

This commit is contained in:
Axel Kohlmeyer
2024-08-11 00:18:11 -04:00
parent a94fa9cd43
commit fedeeaef24
3 changed files with 53 additions and 27 deletions

View File

@ -86,6 +86,7 @@ protected:
QWizardPage *tutorial1_finish();
QWizardPage *tutorial2_intro();
QWizardPage *tutorial2_directory();
void setup_tutorial(int tutno, const QString &dir, bool purgedir, bool getsolution);
void purge_inspect_list();
bool eventFilter(QObject *watched, QEvent *event) override;