diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-06-21 01:22:14 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-06-21 01:22:14 +0000 |
| commit | 2d045c571308af33c93bdc9766a627ef1db6abaf (patch) | |
| tree | 15cd0d3734ed93bf81cabc418f1c428b3def3d79 /pokemod/Move.cpp | |
| parent | 6dd3d36c4552565756dcedab2ddd44e90a553252 (diff) | |
| download | sigen-2d045c571308af33c93bdc9766a627ef1db6abaf.tar.gz sigen-2d045c571308af33c93bdc9766a627ef1db6abaf.tar.xz sigen-2d045c571308af33c93bdc9766a627ef1db6abaf.zip | |
[FIX] Using cmake now (still is rough)
[FIX] Some SVN flags were incorrect
[FIX] Qt includes now use the module path as well
[FIX] Models now have drag/drop actions methods as const
[FIX] Library classes now exported
[FIX] qmake files removed
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@213 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemod/Move.cpp')
| -rw-r--r-- | pokemod/Move.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemod/Move.cpp b/pokemod/Move.cpp index 16802dcd..84c29e7a 100644 --- a/pokemod/Move.cpp +++ b/pokemod/Move.cpp @@ -23,7 +23,7 @@ #include "Pokemod.h" // Qt includes -#include <QSet> +#include <QtCore/QSet> Pokemod::Move::Move(const Move& move) : Object("Move", move.parent(), move.id()) |
