comparison mainwindow.h @ 142:46bf2a4a1fc8

* Don't try to use stdout and stderr as identifiers! In any case, one of them is stderr
author Chris Cannam
date Wed, 01 Dec 2010 11:50:04 +0000
parents e6c6b88d19b9
children 644bd31e8301
comparison
equal deleted inserted replaced
141:e6c6b88d19b9 142:46bf2a4a1fc8
55 protected: 55 protected:
56 void closeEvent(QCloseEvent *event); 56 void closeEvent(QCloseEvent *event);
57 57
58 public slots: 58 public slots:
59 void hgRefresh(); 59 void hgRefresh();
60 void commandCompleted(HgAction action, QString stdout); 60 void commandCompleted(HgAction action, QString stdOut);
61 void commandFailed(HgAction action, QString stdout); 61 void commandFailed(HgAction action, QString stdErr);
62 void enableDisableActions(); 62 void enableDisableActions();
63 63
64 private slots: 64 private slots:
65 void about(); 65 void about();
66 void settings(); 66 void settings();