From e13073c4357b2b85eba8a015f38e9f69f4d1799c Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 25 Apr 2008 21:09:05 +0000 Subject: [FIX] Drag/Drop should work (in theory) git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@109 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- pokemodr/models/RootModel.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pokemodr/models/RootModel.cpp') 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 -// } -- cgit