mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
More profiles model refactoring - CURA-4482
This commit is contained in:
parent
de34464e47
commit
152f6f8405
3 changed files with 32 additions and 27 deletions
|
@ -53,6 +53,7 @@ class CrashHandler:
|
|||
self.exception_type = exception_type
|
||||
self.value = value
|
||||
self.traceback = tb
|
||||
self.dialog = QDialog()
|
||||
|
||||
# While we create the GUI, the information will be stored for sending afterwards
|
||||
self.data = dict()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue