diff options
Diffstat (limited to 'sigmodr/tree/GroupModel.cpp')
-rw-r--r-- | sigmodr/tree/GroupModel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sigmodr/tree/GroupModel.cpp b/sigmodr/tree/GroupModel.cpp index a03d5e49..5921f136 100644 --- a/sigmodr/tree/GroupModel.cpp +++ b/sigmodr/tree/GroupModel.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2008 Ben Boeckel <MathStuf@gmail.com> + * Copyright 2008-2009 Ben Boeckel <MathStuf@gmail.com> * * 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 @@ -18,7 +18,7 @@ // Header include #include "GroupModel.h" -// Model includes +// Sigmodr tree includes #include "BaseObjectModel.h" Sigmodr::GroupModel::GroupModel(BaseModel* parent, Sigmod::Object* object, const QString& name) : |