mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Applied the profiler's pyqtSlot decorator to all of the code.
This commit is contained in:
parent
958187eb5d
commit
a5181f157e
13 changed files with 25 additions and 14 deletions
|
@ -6,7 +6,8 @@ from UM.PluginRegistry import PluginRegistry # So MachineAction can be added as
|
|||
from UM.Settings.ContainerRegistry import ContainerRegistry
|
||||
from UM.Settings.DefinitionContainer import DefinitionContainer
|
||||
|
||||
from PyQt5.QtCore import QObject, pyqtSlot
|
||||
from PyQt5.QtCore import QObject
|
||||
from UM.FlameProfiler import pyqtSlot
|
||||
|
||||
## Raised when trying to add an unknown machine action as a required action
|
||||
class UnknownMachineActionError(Exception):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue