From 528338d7bfb5479115511f77b70219eda1b32a62 Mon Sep 17 00:00:00 2001 From: Tannin Date: Fri, 5 Apr 2013 18:24:36 +0200 Subject: some code cleanup --- src/modlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modlist.cpp') 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; -- cgit v1.3.1