diff easyhg.pro @ 116:807c79350bf1

* Pull history tab out into its own widget
author Chris Cannam
date Fri, 26 Nov 2010 22:06:52 +0000
parents 4bd17f36d059
children d5db15bf250c
line wrap: on
line diff
--- a/easyhg.pro	Fri Nov 26 21:48:25 2010 +0000
+++ b/easyhg.pro	Fri Nov 26 22:06:52 2010 +0000
@@ -33,7 +33,8 @@
     filestates.h \
     filestatuswidget.h \
     confirmcommentdialog.h \
-    hgaction.h
+    hgaction.h \
+    historywidget.h
 SOURCES = main.cpp \
     mainwindow.cpp \
     hgtabwidget.cpp \
@@ -57,7 +58,8 @@
     selectablelabel.cpp \
     filestates.cpp \
     filestatuswidget.cpp \
-    confirmcommentdialog.cpp
+    confirmcommentdialog.cpp \
+    historywidget.cpp
 
 macx-* {
     SOURCES += common_osx.mm