summaryrefslogtreecommitdiffstats
path: root/pokemodr/models/RootModel.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-04-25 21:09:05 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-04-25 21:09:05 +0000
commite13073c4357b2b85eba8a015f38e9f69f4d1799c (patch)
treec301321da7066a8722469947f024b60a382ca77b /pokemodr/models/RootModel.cpp
parent74c06767a1a698705e8c486d77ccf11838c87a4d (diff)
downloadsigen-e13073c4357b2b85eba8a015f38e9f69f4d1799c.tar.gz
sigen-e13073c4357b2b85eba8a015f38e9f69f4d1799c.tar.xz
sigen-e13073c4357b2b85eba8a015f38e9f69f4d1799c.zip
[FIX] Drag/Drop should work (in theory)
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@109 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemodr/models/RootModel.cpp')
-rw-r--r--pokemodr/models/RootModel.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/pokemodr/models/RootModel.cpp b/pokemodr/models/RootModel.cpp
index 52e5021d..ad5bd7b7 100644
--- a/pokemodr/models/RootModel.cpp
+++ b/pokemodr/models/RootModel.cpp
@@ -83,8 +83,3 @@ bool RootModel::removeRows(const int position, const int rows)
}
return true;
}
-
-// bool RootModel::dropMimeData(const QMimeData* data, Qt::DropAction action, int row, int column)
-// {
-// // TODO: drag/drop
-// }