3933:16d9ef6e6e89 | 3935:f6ba54e022fa |
---|---|
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 | |
45 class Project(QObject): | 44 class Project(QObject): |
46 """ | 45 """ |
47 Class implementing the project management functionality. | 46 Class implementing the project management functionality. |
48 | 47 |
49 @signal dirty(int) emitted when the dirty state changes | 48 @signal dirty(int) emitted when the dirty state changes |