mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
CURA-4525 some cleanup and comments
This commit is contained in:
parent
bd8aa8d989
commit
f6c7ffac11
6 changed files with 6 additions and 25 deletions
|
@ -11,6 +11,7 @@ from PyQt5.QtWidgets import QApplication
|
|||
from UM.Preferences import Preferences
|
||||
|
||||
|
||||
## Keep track of all objects in the project
|
||||
class ObjectManager(ListModel):
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue