3927:3e1dc0fb26ed | 3928:d4a1565709c2 |
---|---|
39 | 39 |
40 import Preferences | 40 import Preferences |
41 import Utilities | 41 import Utilities |
42 | 42 |
43 | 43 |
44 # TODO: add file system watcher to detect external modification of project file | |
44 class Project(QObject): | 45 class Project(QObject): |
45 """ | 46 """ |
46 Class implementing the project management functionality. | 47 Class implementing the project management functionality. |
47 | 48 |
48 @signal dirty(int) emitted when the dirty state changes | 49 @signal dirty(int) emitted when the dirty state changes |