diff src/mainwindow.cpp @ 415:6d7dad48b13c ignore

Make HgIgnoreDialog _look_ plausible (still doesn't do anything though!)
author Chris Cannam
date Thu, 16 Jun 2011 14:32:35 +0100
parents 939701b848e5
children 8df07172d6da
line wrap: on
line diff
--- a/src/mainwindow.cpp	Wed Jun 15 16:32:21 2011 +0100
+++ b/src/mainwindow.cpp	Thu Jun 16 14:32:35 2011 +0100
@@ -614,7 +614,8 @@
     }
 
     HgIgnoreDialog::IgnoreType itype =
-        HgIgnoreDialog::confirmIgnore(files, QStringList::fromSet(suffixes));
+        HgIgnoreDialog::confirmIgnore
+        (this, files, QStringList::fromSet(suffixes));