mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Appease reviewers.
- Ditch state in favour of enum. - Comment explaining 'extraInfo'. part of CURA-9347
This commit is contained in:
parent
9fe261ff58
commit
c74e7be602
5 changed files with 27 additions and 26 deletions
|
@ -709,7 +709,7 @@ class CuraApplication(QtApplication):
|
|||
self.showMessageBox.emit(title, text, informativeText, detailedText, buttons, icon)
|
||||
|
||||
showDiscardOrKeepProfileChanges = pyqtSignal()
|
||||
showCompareAndSaveProfileChanges = pyqtSignal(str)
|
||||
showCompareAndSaveProfileChanges = pyqtSignal(int)
|
||||
|
||||
def discardOrKeepProfileChanges(self) -> bool:
|
||||
has_user_interaction = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue