comparison mainwindow.h @ 36:5986d0758069

Version 0.5.3. Fixed .hgignore editing in windows.
author Jari Korhonen <jtkorhonen@gmail.com>
date Sat, 19 Jun 2010 03:10:51 +0300
parents 43e3b271d293
children c76782c14371
comparison
equal deleted inserted replaced
35:7d8167182b73 36:5986d0758069
41 ACT_RESOLVE_LIST, 41 ACT_RESOLVE_LIST,
42 ACT_SERVE, 42 ACT_SERVE,
43 ACT_RESOLVE_MARK, 43 ACT_RESOLVE_MARK,
44 ACT_RETRY_MERGE, 44 ACT_RETRY_MERGE,
45 ACT_TAG, 45 ACT_TAG,
46 ACT_HG_IGNORE,
46 }; 47 };
47 48
48 49
49 class MainWindow : public QMainWindow 50 class MainWindow : public QMainWindow
50 { 51 {