Mercurial > hg > easyhg
diff easyhg.pro @ 102:f70ccc15c9d0
* Add ConfirmCommentDialog
author | Chris Cannam |
---|---|
date | Wed, 24 Nov 2010 22:24:55 +0000 |
parents | 87ef2fa9ee8b |
children | 1721c580c10e |
line wrap: on
line diff
--- a/easyhg.pro Wed Nov 24 19:57:30 2010 +0000 +++ b/easyhg.pro Wed Nov 24 22:24:55 2010 +0000 @@ -32,7 +32,8 @@ multichoicedialog.h \ selectablelabel.h \ filestates.h \ - filestatuswidget.h + filestatuswidget.h \ + confirmcommentdialog.h SOURCES = main.cpp \ mainwindow.cpp \ hgtabwidget.cpp \ @@ -56,7 +57,8 @@ multichoicedialog.cpp \ selectablelabel.cpp \ filestates.cpp \ - filestatuswidget.cpp + filestatuswidget.cpp \ + confirmcommentdialog.cpp macx-* { SOURCES += common_osx.mm