Move closeDialog signal from Loading to LoginStep
This prevents errors because we try to connect to a non-existent signal if the step is anything but Loading.
This commit is contained in:
@@ -28,4 +28,7 @@ ColumnLayout {
|
||||
|
||||
/// Clears any error messages currently being shown
|
||||
signal clearError()
|
||||
|
||||
/// Closes the login dialog
|
||||
signal closeDialog()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user