comparison 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
comparison
equal deleted inserted replaced
103:0bd32aedc6f6 104:af314dd436d5
34 static bool confirmAndComment(QWidget *parent, 34 static bool confirmAndComment(QWidget *parent,
35 QString title, 35 QString title,
36 QString introText, 36 QString introText,
37 QString introTextWithCount, 37 QString introTextWithCount,
38 QStringList files, 38 QStringList files,
39 QString &comment); 39 QString &comment,
40 bool longComment);
40 41
41 static bool confirmAndComment(QWidget *parent, 42 static bool confirmAndComment(QWidget *parent,
42 QString title, 43 QString title,
43 QString introText, 44 QString introText,
44 QString &comment); 45 QString &comment,
46 bool longComment);
45 47
46 }; 48 };
47 49
48 #endif // CONFIRMCOMMENTDIALOG_H 50 #endif // CONFIRMCOMMENTDIALOG_H