Mercurial > hg > easyhg
diff easyhg.pro @ 63:2340b00561d2
* Add (but don't yet use) RecentFiles class to replace inline MRU logic
author | Chris Cannam |
---|---|
date | Wed, 17 Nov 2010 14:26:27 +0000 |
parents | 68aebc316898 |
children | 794db9353c7f |
line wrap: on
line diff
--- a/easyhg.pro Wed Nov 17 13:32:56 2010 +0000 +++ b/easyhg.pro Wed Nov 17 14:26:27 2010 +0000 @@ -22,7 +22,8 @@ textabbrev.h \ dateitem.h \ colourset.h \ - debug.h + debug.h \ + recentfiles.h SOURCES = main.cpp \ mainwindow.cpp \ hgexpwidget.cpp \ @@ -39,7 +40,8 @@ textabbrev.cpp \ dateitem.cpp \ colourset.cpp \ - debug.cpp + debug.cpp \ + recentfiles.cpp macx-* { SOURCES += common_osx.mm