Mercurial > hg > easyhg
comparison easyhg.pro @ 102:f70ccc15c9d0
* Add ConfirmCommentDialog
author | Chris Cannam |
---|---|
date | Wed, 24 Nov 2010 22:24:55 +0000 |
parents | 87ef2fa9ee8b |
children | 1721c580c10e |
comparison
equal
deleted
inserted
replaced
101:f9af5e93de0e | 102:f70ccc15c9d0 |
---|---|
30 startupdialog.h \ | 30 startupdialog.h \ |
31 repositorydialog.h \ | 31 repositorydialog.h \ |
32 multichoicedialog.h \ | 32 multichoicedialog.h \ |
33 selectablelabel.h \ | 33 selectablelabel.h \ |
34 filestates.h \ | 34 filestates.h \ |
35 filestatuswidget.h | 35 filestatuswidget.h \ |
36 confirmcommentdialog.h | |
36 SOURCES = main.cpp \ | 37 SOURCES = main.cpp \ |
37 mainwindow.cpp \ | 38 mainwindow.cpp \ |
38 hgtabwidget.cpp \ | 39 hgtabwidget.cpp \ |
39 hgrunner.cpp \ | 40 hgrunner.cpp \ |
40 grapher.cpp \ | 41 grapher.cpp \ |
54 startupdialog.cpp \ | 55 startupdialog.cpp \ |
55 repositorydialog.cpp \ | 56 repositorydialog.cpp \ |
56 multichoicedialog.cpp \ | 57 multichoicedialog.cpp \ |
57 selectablelabel.cpp \ | 58 selectablelabel.cpp \ |
58 filestates.cpp \ | 59 filestates.cpp \ |
59 filestatuswidget.cpp | 60 filestatuswidget.cpp \ |
61 confirmcommentdialog.cpp | |
60 | 62 |
61 macx-* { | 63 macx-* { |
62 SOURCES += common_osx.mm | 64 SOURCES += common_osx.mm |
63 LIBS += -framework Foundation | 65 LIBS += -framework Foundation |
64 } | 66 } |