mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Added documentation
This commit is contained in:
parent
2ed518c47e
commit
1ae69b25fa
2 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,8 @@ from UM.Logger import Logger
|
|||
|
||||
from cura.SettingOverrideDecorator import SettingOverrideDecorator
|
||||
|
||||
|
||||
## The per object setting visibility handler ensures that only setting defintions that have a matching instance Container
|
||||
# are returned as visible.
|
||||
class PerObjectSettingVisibilityHandler(QObject):
|
||||
def __init__(self, parent = None, *args, **kwargs):
|
||||
super().__init__(parent = parent, *args, **kwargs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue