[nostalgia] Switch Studio to PassThroughFS
This commit is contained in:
@@ -25,7 +25,7 @@ namespace studio {
|
||||
struct WizardMaker {
|
||||
QString name;
|
||||
std::function<QVector<QWizardPage*>()> make;
|
||||
std::function<int(QWizard*)> onAccept;
|
||||
std::function<int(QWizard*)> onAccept = [](QWizard*) { return 0; };
|
||||
};
|
||||
|
||||
class WizardSelect: public QWizardPage {
|
||||
|
||||
Reference in New Issue
Block a user