diff options
Diffstat (limited to 'sigmodr/BadgeUI.cpp')
| -rw-r--r-- | sigmodr/BadgeUI.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sigmodr/BadgeUI.cpp b/sigmodr/BadgeUI.cpp index 4d1e9eb5..8ea16c4a 100644 --- a/sigmodr/BadgeUI.cpp +++ b/sigmodr/BadgeUI.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 @@ -27,6 +27,8 @@ // Qt includes #include <QListWidgetItem> +// TODO: Use QTableView with delegates for stat editing + Sigmodr::BadgeUI::BadgeUI(Sigmod::Badge* badge, QWidget* parent) : ObjectUI(parent) { |
