Mercurial > hg > easyhg
comparison easyhg.pro @ 96:87ef2fa9ee8b
* Rename HgExpWidget to HgTabWidget
author | Chris Cannam |
---|---|
date | Wed, 24 Nov 2010 16:40:57 +0000 |
parents | 06f4fffd5287 |
children | f70ccc15c9d0 |
comparison
equal
deleted
inserted
replaced
95:d1be9712818a | 96:87ef2fa9ee8b |
---|---|
9 | 9 |
10 OBJECTS_DIR = o | 10 OBJECTS_DIR = o |
11 MOC_DIR = o | 11 MOC_DIR = o |
12 | 12 |
13 HEADERS = mainwindow.h \ | 13 HEADERS = mainwindow.h \ |
14 hgexpwidget.h \ | 14 hgtabwidget.h \ |
15 common.h \ | 15 common.h \ |
16 grapher.h \ | 16 grapher.h \ |
17 hgrunner.h \ | 17 hgrunner.h \ |
18 settingsdialog.h \ | 18 settingsdialog.h \ |
19 changeset.h \ | 19 changeset.h \ |
33 selectablelabel.h \ | 33 selectablelabel.h \ |
34 filestates.h \ | 34 filestates.h \ |
35 filestatuswidget.h | 35 filestatuswidget.h |
36 SOURCES = main.cpp \ | 36 SOURCES = main.cpp \ |
37 mainwindow.cpp \ | 37 mainwindow.cpp \ |
38 hgexpwidget.cpp \ | 38 hgtabwidget.cpp \ |
39 hgrunner.cpp \ | 39 hgrunner.cpp \ |
40 grapher.cpp \ | 40 grapher.cpp \ |
41 settingsdialog.cpp \ | 41 settingsdialog.cpp \ |
42 common.cpp \ | 42 common.cpp \ |
43 changeset.cpp \ | 43 changeset.cpp \ |