diff mainwindow.h @ 145:644bd31e8301

* Include the uncommitted item in general graph layout (in case it is not at the head, when other items will need to avoid it)
author Chris Cannam
date Wed, 01 Dec 2010 17:41:14 +0000
parents 46bf2a4a1fc8
children 2fef6b0dfbe8
line wrap: on
line diff
--- a/mainwindow.h	Wed Dec 01 11:54:01 2010 +0000
+++ b/mainwindow.h	Wed Dec 01 17:41:14 2010 +0000
@@ -56,6 +56,7 @@
     void closeEvent(QCloseEvent *event);
 
 public slots:
+    void open(QString local);
     void hgRefresh();
     void commandCompleted(HgAction action, QString stdOut);
     void commandFailed(HgAction action, QString stdErr);