diff options
| author | Tannin <devnull@localhost> | 2015-08-11 19:31:48 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-08-11 19:31:48 +0200 |
| commit | 217ca284fe22fd358c2a892fadeeed530c240513 (patch) | |
| tree | e05b053ae010bf2a80f984774ddda4cb470d4fd9 /src/modlist.cpp | |
| parent | b0d86c9e01659a5058184932e423308dad9c7c29 (diff) | |
| parent | 0aecc3427a37e4d572c8b111a4b18185e63a7c80 (diff) | |
Merge
Diffstat (limited to 'src/modlist.cpp')
| -rw-r--r-- | src/modlist.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modlist.cpp b/src/modlist.cpp index fa34004d..197250a3 100644 --- a/src/modlist.cpp +++ b/src/modlist.cpp @@ -887,6 +887,8 @@ bool ModList::dropMimeData(const QMimeData *mimeData, Qt::DropAction action, int return dropURLs(mimeData, row, parent);
} else if (mimeData->hasText()) {
return dropMod(mimeData, row, parent);
+ } else {
+ return false;
}
}
|
