diff hgexpwidget.cpp @ 52:384420567575

* Use the date when laying out rows
author Chris Cannam
date Fri, 12 Nov 2010 11:32:01 +0000
parents c76782c14371
children 3c46b2ac45d3
line wrap: on
line diff
--- a/hgexpwidget.cpp	Thu Nov 11 22:27:24 2010 +0000
+++ b/hgexpwidget.cpp	Fri Nov 12 11:32:01 2010 +0000
@@ -348,6 +348,8 @@
 		QStringList parents = e.value(key).split
 		    (" ", QString::SkipEmptyParts);
 		cs->setParents(parents);
+	    } else if (key == "timestamp") {
+		cs->setTimestamp(e.value(key).split(" ")[0].toULongLong());
 	    } else {
 		cs->setProperty(key.toLocal8Bit().data(), e.value(key));
 	    }