Project/Project.py

changeset 3935
f6ba54e022fa
parent 3928
d4a1565709c2
child 3990
5dd6edf8540a
child 4010
abfb90bf1a80
equal deleted inserted replaced
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

eric ide

mercurial