diff src/changeset.cpp @ 510:c623ce6b3104

Refactor: make closed a changeset property (not a changeset item one)
author Chris Cannam
date Tue, 18 Oct 2011 11:30:00 +0100
parents 69b2338c06e1
children a17c06f773cd
line wrap: on
line diff
--- a/src/changeset.cpp	Tue Oct 18 11:21:20 2011 +0100
+++ b/src/changeset.cpp	Tue Oct 18 11:30:00 2011 +0100
@@ -21,7 +21,8 @@
 
 #include <QVariant>
 
-Changeset::Changeset(const LogEntry &e)
+Changeset::Changeset(const LogEntry &e) :
+    m_closed(false)
 {
     foreach (QString key, e.keys()) {
         if (key == "parents") {