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

@ -4,9 +4,9 @@
import os
import threading
from PyQt5.QtCore import Qt, QUrl, pyqtSignal, pyqtSlot, QObject
from PyQt5.QtCore import Qt, QUrl, pyqtSignal, QObject
from PyQt5.QtQml import QQmlComponent, QQmlContext
from UM.FlameProfiler import pyqtSlot
from UM.Application import Application
from UM.PluginRegistry import PluginRegistry
from UM.Logger import Logger