diff options
| author | Tannin <devnull@localhost> | 2015-08-11 19:23:12 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-08-11 19:23:12 +0200 |
| commit | 0aecc3427a37e4d572c8b111a4b18185e63a7c80 (patch) | |
| tree | 72776809636f604e05f5525c83d1cd0929c2e49b /src/modlist.cpp | |
| parent | b6627ff5e08063a2aeb035adfb6f1e973ad45dc5 (diff) | |
small bugfix
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;
}
}
|
