diff src/mainwindow.cpp @ 416:8df07172d6da ignore

Return ignore type from ignore dialog
author Chris Cannam
date Thu, 16 Jun 2011 14:53:06 +0100
parents 6d7dad48b13c
children 4593555915cf
line wrap: on
line diff
--- a/src/mainwindow.cpp	Thu Jun 16 14:32:35 2011 +0100
+++ b/src/mainwindow.cpp	Thu Jun 16 14:53:06 2011 +0100
@@ -617,7 +617,7 @@
         HgIgnoreDialog::confirmIgnore
         (this, files, QStringList::fromSet(suffixes));
 
-    
+    DEBUG << "hgIgnoreFiles: Ignore type is " << itype << endl;
     
 }