Mon, 17 Nov 2014 19:12:20 +0100
Added a TODO to improve project detecting external chanages to the project file (e.g. through a VCS).
Project/Project.py | file | annotate | diff | comparison | revisions |
--- a/Project/Project.py Sat Nov 15 19:59:18 2014 +0100 +++ b/Project/Project.py Mon Nov 17 19:12:20 2014 +0100 @@ -41,6 +41,7 @@ import Utilities +# TODO: add file system watcher to detect external modification of project file class Project(QObject): """ Class implementing the project management functionality.