Use QtApplication instead of Application

In live code it doesn't cause problems, but the static checker found it
This commit is contained in:
Jaime van Kessel 2019-11-08 14:13:19 +01:00
parent e2a387b246
commit b8f76d7bfb
No known key found for this signature in database
GPG key ID: 3710727397403C91
2 changed files with 3 additions and 2 deletions

View file

@ -17,6 +17,7 @@ from cura.Scene import ZOffsetDecorator
import random # used for list shuffling
class PlatformPhysics:
def __init__(self, controller, volume):
super().__init__()