diff confirmcommentdialog.h @ 104:af314dd436d5

* Slightly more useful commit dialog
author Chris Cannam
date Thu, 25 Nov 2010 14:30:40 +0000
parents f70ccc15c9d0
children 1928f9b408e6
line wrap: on
line diff
--- a/confirmcommentdialog.h	Wed Nov 24 22:44:40 2010 +0000
+++ b/confirmcommentdialog.h	Thu Nov 25 14:30:40 2010 +0000
@@ -36,12 +36,14 @@
                                   QString introText,
                                   QString introTextWithCount,
                                   QStringList files,
-                                  QString &comment);
+                                  QString &comment,
+                                  bool longComment);
 
     static bool confirmAndComment(QWidget *parent,
                                   QString title,
                                   QString introText,
-                                  QString &comment);
+                                  QString &comment,
+                                  bool longComment);
 
 };