summaryrefslogtreecommitdiffstats
path: root/pokemodr/ObjectUI.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-08-27 17:21:45 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-08-27 17:21:45 +0000
commite4630543dc17d2a42c27d192518fe3f54e7888bc (patch)
treeeff8bb9a4cbae15fa9989ce2111e0f1d074cd4d3 /pokemodr/ObjectUI.h
parent1fe11fc794783370d8a03a93979b27508278b113 (diff)
downloadsigen-e4630543dc17d2a42c27d192518fe3f54e7888bc.tar.gz
sigen-e4630543dc17d2a42c27d192518fe3f54e7888bc.tar.xz
sigen-e4630543dc17d2a42c27d192518fe3f54e7888bc.zip
[FIX] Added KNewStuff2 for Pokémod upload and download
[FIX] ValidationDialog can be used piecemeal now [ADD] Added KNewStuff configuration file [FIX] pokemodr-devel now includes the UI forms for use as well git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@247 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemodr/ObjectUI.h')
-rw-r--r--pokemodr/ObjectUI.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pokemodr/ObjectUI.h b/pokemodr/ObjectUI.h
index f2259fee..7ccd9103 100644
--- a/pokemodr/ObjectUI.h
+++ b/pokemodr/ObjectUI.h
@@ -30,6 +30,8 @@ class Pokemod;
namespace Pokemodr
{
+class ValidationDialog;
+
class ObjectUI : public QWidget
{
Q_OBJECT
@@ -72,6 +74,8 @@ class ObjectUI : public QWidget
private:
bool m_changed;
+ ValidationDialog* m_validator;
+
Pokemod::Object* m_object;
Pokemod::Object* m_object_mod;
};