Mercurial > hg > easyhg
changeset 420:50920723dd16 ignore
Fix dumb commenting that caused total failure in commit dialog
author | Chris Cannam |
---|---|
date | Thu, 16 Jun 2011 22:21:00 +0100 |
parents | 69b2338c06e1 |
children | 653e9694a694 |
files | src/confirmcommentdialog.cpp |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/confirmcommentdialog.cpp Thu Jun 16 20:35:05 2011 +0100 +++ b/src/confirmcommentdialog.cpp Thu Jun 16 22:21:00 2011 +0100 @@ -72,13 +72,15 @@ DEBUG << "ConfirmCommentDialog: as html is:" << endl; DEBUG << m_textEdit->document()->toHtml() << endl; DEBUG << "ConfirmCommentDialog: as plain text is:" << endl; +*/ QString t = m_textEdit->document()->toPlainText(); +/* DEBUG << t << endl; DEBUG << "Characters: " << endl; for (int i = 0; i < t.length(); ++i) DEBUG << t[i].unicode(); DEBUG << endl; +*/ return t; -*/ } QString ConfirmCommentDialog::buildFilesText(QString intro, QStringList files)