mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-16 08:15:19 +02:00
Merge pull request #2599 from alicevision/dev/qt6.6
Qt6.6.3 / PySide6.6.3.1 upgrade
This commit is contained in:
commit
66e3dd409d
145 changed files with 2346 additions and 1702 deletions
|
@ -116,8 +116,11 @@ class StatusData(BaseObject):
|
|||
|
||||
def toDict(self):
|
||||
d = self.__dict__.copy()
|
||||
d.pop('destroyed', None) # skip non data attributes from BaseObject
|
||||
d["elapsedTimeStr"] = self.elapsedTimeStr
|
||||
|
||||
# Skip non data attributes from BaseObject
|
||||
d.pop("destroyed", None)
|
||||
d.pop("objectNameChanged", None)
|
||||
return d
|
||||
|
||||
def fromDict(self, d):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue