mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -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
|
@ -1,4 +1,5 @@
|
|||
from PyQt5.QtCore import QObject, pyqtSignal, pyqtSlot, pyqtProperty
|
||||
from PyQt5.QtCore import QObject, pyqtSignal, pyqtProperty
|
||||
from UM.FlameProfiler import pyqtSlot
|
||||
from UM.Application import Application
|
||||
|
||||
import LayerView
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue