mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Make the progressButton use signals instead of functions
Although the naming is still a bit off, it's much cleaner to use signals instead of functions. It's also more in line with how default QML components handle these kind of situations CURA-6006
This commit is contained in:
parent
838949dac7
commit
6a466c99b2
4 changed files with 19 additions and 26 deletions
|
|
@ -90,7 +90,7 @@ Window
|
|||
licenseDialog.show();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
ToolboxLicenseDialog
|
||||
{
|
||||
id: licenseDialog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue