summaryrefslogtreecommitdiffstats
path: root/sigmodr/BadgeUI.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-01-19 19:31:42 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-01-19 19:34:19 -0500
commitaa5a73bc121faae176b9fee5b75e8e19fbe8d01b (patch)
tree36b650e9e25ab872afa11f93989817bf3a5be419 /sigmodr/BadgeUI.cpp
parent0083cb0e79295bda704c885988be062efdad6800 (diff)
downloadsigen-aa5a73bc121faae176b9fee5b75e8e19fbe8d01b.tar.gz
sigen-aa5a73bc121faae176b9fee5b75e8e19fbe8d01b.tar.xz
sigen-aa5a73bc121faae176b9fee5b75e8e19fbe8d01b.zip
Cleaned up Badge widget
Diffstat (limited to 'sigmodr/BadgeUI.cpp')
-rw-r--r--sigmodr/BadgeUI.cpp4
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)
{