diff changeset.h @ 106:729438d70af8

* Retrieve and store current branch and heads; some refactoring
author Chris Cannam
date Thu, 25 Nov 2010 17:54:35 +0000
parents f583e44d9d31
children 8ae3b44c0073
line wrap: on
line diff
--- a/changeset.h	Thu Nov 25 17:21:32 2010 +0000
+++ b/changeset.h	Thu Nov 25 17:54:35 2010 +0000
@@ -22,6 +22,9 @@
 #include <QString>
 #include <QStringList>
 #include <QList>
+#include <QSharedPointer>
+
+#include "logparser.h"
 
 class Changeset : public QObject
 {
@@ -40,6 +43,7 @@
 
 public:
     Changeset() : QObject() { }
+    explicit Changeset(const LogEntry &e);
 
     QString id() const { return m_id; }
     QString author() const { return m_author; }