diff src/changeset.cpp @ 422:2af4b5b0bf83

Merge from branch "ignore"
author Chris Cannam <chris.cannam@eecs.qmul.ac.uk>
date Wed, 22 Jun 2011 13:01:50 +0100
parents 69b2338c06e1
children c623ce6b3104
line wrap: on
line diff
--- a/src/changeset.cpp	Mon Jun 13 16:56:01 2011 +0100
+++ b/src/changeset.cpp	Wed Jun 22 13:01:50 2011 +0100
@@ -17,6 +17,7 @@
 
 #include "changeset.h"
 #include "common.h"
+#include "debug.h"
 
 #include <QVariant>
 
@@ -53,6 +54,8 @@
 
     description = "<qt><table border=0>";
 
+//    DEBUG << "comment is " << comment() << endl;
+
     QString c = comment().trimmed();
     c = c.replace(QRegExp("^\""), "");
     c = c.replace(QRegExp("\"$"), "");