Enabled drop to import into info comics view.

This commit is contained in:
Luis Ángel San Martín
2016-04-18 17:36:06 +02:00
parent dd5f413ce2
commit 4f0bd14f3d
3 changed files with 33 additions and 6 deletions

View File

@ -108,10 +108,6 @@ Rectangle {
}else
drag.accepted = false;
}
else if (dropManager.canDropFormats(drag.formats)) {
drag.accepted = true;
} else
drag.accepted = false;
}
onDropped: {