X-Git-Url: http://andersk.mit.edu/gitweb/svn-all-fast-export.git/blobdiff_plain/e087596c78237db34511211719218fe0fb2e8e51..9413f4488b5d0eb39fee8af8edca2e99cf2254ca:/src/repository.h?ds=sidebyside diff --git a/src/repository.h b/src/repository.h index edd04b7..4692080 100644 --- a/src/repository.h +++ b/src/repository.h @@ -70,12 +70,14 @@ public: private: struct Branch { - uint created; + int created; }; QHash branches; QString name; QProcess fastImport; + int commitCount; + bool processHasStarted; void startFastImport();