fix WelcomePage not working due to missing QQC2

This commit is contained in:
Gary Wang
2022-11-15 22:40:02 +08:00
parent 6992ed127b
commit 2f6f91e678

View File

@@ -17,7 +17,7 @@ ColumnLayout {
/// Process this module, this is called by the continue button.
/// Should call \sa processed when it finish successfully.
property Action action: null
property QQC2.Action action: null
/// Called when switching to the next step.
signal processed(url nextUrl)