diff options
Diffstat (limited to 'sigmodr/NatureUI.cpp')
| -rw-r--r-- | sigmodr/NatureUI.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sigmodr/NatureUI.cpp b/sigmodr/NatureUI.cpp index c8c5ef40..814cb3d6 100644 --- a/sigmodr/NatureUI.cpp +++ b/sigmodr/NatureUI.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 @@ -23,6 +23,8 @@ #include "../sigmod/Rules.h" #include "../sigmod/Sigmod.h" +// TODO: Use QTableView with delegates for stat editing + Sigmodr::NatureUI::NatureUI(Sigmod::Nature* nature, QWidget* parent) : ObjectUI(parent) { |
