diff options
author | Ben Boeckel <MathStuf@gmail.com> | 2008-09-15 21:43:21 +0000 |
---|---|---|
committer | Ben Boeckel <MathStuf@gmail.com> | 2008-09-15 21:43:21 +0000 |
commit | 0f0dbfb0395810c1c205a1dc10cf1f226669fd00 (patch) | |
tree | 20cea50f0c9bdfede9be29b71bbac15c18ec5230 /sigmodr/models/ObjectModel.cpp | |
parent | de1e4dc34ab030b468f5ce7cf567bacc5d749423 (diff) | |
download | sigen-0f0dbfb0395810c1c205a1dc10cf1f226669fd00.tar.gz sigen-0f0dbfb0395810c1c205a1dc10cf1f226669fd00.tar.xz sigen-0f0dbfb0395810c1c205a1dc10cf1f226669fd00.zip |
[FIX] Copy and pasting in the tree works better now
[FIX] Drag and dropped touched up
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@264 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'sigmodr/models/ObjectModel.cpp')
-rw-r--r-- | sigmodr/models/ObjectModel.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sigmodr/models/ObjectModel.cpp b/sigmodr/models/ObjectModel.cpp index 585adf7f..198f4aba 100644 --- a/sigmodr/models/ObjectModel.cpp +++ b/sigmodr/models/ObjectModel.cpp @@ -41,3 +41,8 @@ Sigmodr::BaseModel* Sigmodr::ObjectModel::childItem(const int /*row*/) { return NULL; } + +QString Sigmodr::ObjectModel::types() const +{ + return type(); +} |