diff options
| author | Tannin <devnull@localhost> | 2013-04-05 18:24:36 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-04-05 18:24:36 +0200 |
| commit | 528338d7bfb5479115511f77b70219eda1b32a62 (patch) | |
| tree | a8dd3d127f8d60f3f5e3c41fb546569f8d578e14 /src/modlist.cpp | |
| parent | 5b04f38345850db86d8f43a42dd946810bceba8a (diff) | |
some code cleanup
Diffstat (limited to 'src/modlist.cpp')
| -rw-r--r-- | src/modlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modlist.cpp b/src/modlist.cpp index fc425f85..f186ce8e 100644 --- a/src/modlist.cpp +++ b/src/modlist.cpp @@ -528,7 +528,7 @@ bool ModList::dropURLs(const QMimeData *mimeData, int row, const QModelIndex &pa } if (source.count() != 0) { - shellCopy(source, target, NULL); + shellMove(source, target, NULL); } return true; |
