Project/Project.py

changeset 3928
d4a1565709c2
parent 3700
7f0ef2b1baf3
child 3935
f6ba54e022fa
equal deleted inserted replaced
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

eric ide

mercurial