Applied the profiler's pyqtSlot decorator to all of the code.

This commit is contained in:
Simon Edwards 2017-01-10 13:35:39 +01:00
parent 958187eb5d
commit a5181f157e
13 changed files with 25 additions and 14 deletions

View file

@ -45,7 +45,8 @@ from . import MachineActionManager
import cura.Settings
from PyQt5.QtCore import pyqtSlot, QUrl, pyqtSignal, pyqtProperty, QEvent, Q_ENUMS
from PyQt5.QtCore import QUrl, pyqtSignal, pyqtProperty, QEvent, Q_ENUMS
from UM.FlameProfiler import pyqtSlot
from PyQt5.QtGui import QColor, QIcon
from PyQt5.QtWidgets import QMessageBox
from PyQt5.QtQml import qmlRegisterUncreatableType, qmlRegisterSingletonType, qmlRegisterType