diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-08-02 18:49:43 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-08-02 18:49:43 +0000 |
| commit | 63417b1c5057d22bd853e92cd3a25aa812b8d917 (patch) | |
| tree | af1651766457c28d90b7b710be61048c0b0b034b /pokescripting/TimeWrapper.h | |
| parent | 9fea55f75252462c1efbc90372ace45092fe6aca (diff) | |
| download | sigen-63417b1c5057d22bd853e92cd3a25aa812b8d917.tar.gz sigen-63417b1c5057d22bd853e92cd3a25aa812b8d917.tar.xz sigen-63417b1c5057d22bd853e92cd3a25aa812b8d917.zip | |
[ADD] Added XMLGUI file for pokemodr
[FIX] Pokemodr is now a KXmlGuiWindow (working on KatePart fixes)
[FIX] Started Doxygen stuff
[FIX] Object names of Pokemod classes are now determined using metaObject
[FIX] Updated to use KDE 4.1
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@232 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokescripting/TimeWrapper.h')
| -rw-r--r-- | pokescripting/TimeWrapper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pokescripting/TimeWrapper.h b/pokescripting/TimeWrapper.h index d48df3c9..f82aa229 100644 --- a/pokescripting/TimeWrapper.h +++ b/pokescripting/TimeWrapper.h @@ -53,7 +53,6 @@ inline QString TimeWrapper::TimeWrapper::name() const return m_time->name(); } - inline int TimeWrapper::TimeWrapper::hour() const { return m_time->hour(); |
