comparison 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
comparison
equal deleted inserted replaced
143:f61f032b06f9 145:644bd31e8301
54 54
55 protected: 55 protected:
56 void closeEvent(QCloseEvent *event); 56 void closeEvent(QCloseEvent *event);
57 57
58 public slots: 58 public slots:
59 void open(QString local);
59 void hgRefresh(); 60 void hgRefresh();
60 void commandCompleted(HgAction action, QString stdOut); 61 void commandCompleted(HgAction action, QString stdOut);
61 void commandFailed(HgAction action, QString stdErr); 62 void commandFailed(HgAction action, QString stdErr);
62 void enableDisableActions(); 63 void enableDisableActions();
63 64