Rename models to prevent conflict

This commit is contained in:
Jaime van Kessel 2017-11-17 16:05:28 +01:00
parent e35fba6f05
commit 700f7179f1
4 changed files with 14 additions and 14 deletions

View file

@ -0,0 +1,10 @@
# Copyright (c) 2017 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
from PyQt5.QtCore import pyqtSignal, pyqtProperty, QObject, QVariant
class PrintJobOutputModel(QObject):
def __init__(self, parent=None):
super().__init__(parent)