# # # patch "src/model/ChangesetModel.h" # from [df69879143ce5d16baf7cf7a36f466cd971c6281] # to [a507c12b8b88b4fc546c157d15a087faa0ff3c5b] # ============================================================ --- src/model/ChangesetModel.h df69879143ce5d16baf7cf7a36f466cd971c6281 +++ src/model/ChangesetModel.h a507c12b8b88b4fc546c157d15a087faa0ff3c5b @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2006 by Jean-Louis Fuchs * - * address@hidden * + * Copyright (C) 2006 by Jean-Louis Fuchs * + * address@hidden * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -8,7 +8,7 @@ * (at your option) any later version. * * * * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; withhtmllog even the implied warranty of * + * but WITHOUT ANY WARRANTY; withhtmllog even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License for more details. * * * @@ -29,6 +29,7 @@ struct BranchInfo { QStringList revisions; int certsRead; + BranchInfo() : certsRead(0) {} }; struct Changeset