diff hgexpwidget.h @ 90:b43355c2473a

* Add filesystem watcher; initial work on enable/disable logic for actions in new scheme
author Chris Cannam
date Tue, 23 Nov 2010 16:35:49 +0000
parents c5e34ed5b791
children 879af4608c5e
line wrap: on
line diff
--- a/hgexpwidget.h	Tue Nov 23 14:49:13 2010 +0000
+++ b/hgexpwidget.h	Tue Nov 23 16:35:49 2010 +0000
@@ -55,6 +55,10 @@
     QString getStatFlags(void);
     unsigned char getFileTypesBits();
 
+    //!!! StatParser really should be renamed to express "status state" rather than activity
+    StatParser getStatParser() { return statParser; }
+
+    bool canCommit() const;
 
     QListWidget *workFolderFileList;
     QListWidget *localRepoHeadsList;