Qt: use text/plain instead of text/uri-list in SlotDropFiles() as workaround for QUrl bug in qt. issue #19240

git-svn-id: trunk@30543 -
This commit is contained in:
zeljko 2011-05-03 15:12:58 +00:00
parent d9c1364472
commit 44ab7e1912

View File

@ -2357,7 +2357,7 @@ begin
for i := 0 to QStringList_size(QStrList) - 1 do
begin
QStringList_at(QStrList, @WStr, i);
GotFiles := WStr = 'text/uri-list';
GotFiles := WStr = 'text/plain';
if GotFiles then
break;
end;