mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Use QtApplication instead of Application
In live code it doesn't cause problems, but the static checker found it
This commit is contained in:
parent
e2a387b246
commit
b8f76d7bfb
2 changed files with 3 additions and 2 deletions
|
|
@ -17,6 +17,7 @@ from cura.Scene import ZOffsetDecorator
|
|||
|
||||
import random # used for list shuffling
|
||||
|
||||
|
||||
class PlatformPhysics:
|
||||
def __init__(self, controller, volume):
|
||||
super().__init__()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue