Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2019-11-08 16:13:19 +0300
committerJaime van Kessel <nallath@gmail.com>2019-11-08 16:13:19 +0300
commitb8f76d7bfbc7f2f40010434e68c0ced506db6cef (patch)
treec4f63deda9b6eade2eef16673cf070261393fbf8 /cura/PlatformPhysics.py
parente2a387b246bf758189aa0dd24d5f646a9fe03bbb (diff)
Use QtApplication instead of Application
In live code it doesn't cause problems, but the static checker found it
Diffstat (limited to 'cura/PlatformPhysics.py')
-rwxr-xr-xcura/PlatformPhysics.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cura/PlatformPhysics.py b/cura/PlatformPhysics.py
index d084c0dbf4..a411478b16 100755
--- a/cura/PlatformPhysics.py
+++ b/cura/PlatformPhysics.py
@@ -17,6 +17,7 @@ from cura.Scene import ZOffsetDecorator
import random # used for list shuffling
+
class PlatformPhysics:
def __init__(self, controller, volume):
super().__init__()