Remove project path attribute from project class

This commit is contained in:
Veronica Berglyd Olsen
2022-11-06 00:39:30 +01:00
parent a75424e44b
commit 615ee2958a
7 changed files with 15 additions and 24 deletions
+1 -1
View File
@@ -260,7 +260,7 @@ class GuiProjectDetailsMain(QWidget):
self.revCountVal.setText(f"{self.theProject.data.saveCount:n}")
self.editTimeVal.setText(f"{edTime//3600:02d}:{edTime%3600//60:02d}")
self.projPathVal.setText(self.theProject.projPath)
self.projPathVal.setText(str(self.theProject.storage.storagePath))
return