Fix bug 660 - "QMimeData type deleted prematurely when overriding mime-type in QStandardItemModel drag and drop"
This commit is contained in:
parent
34529760f4
commit
59c882566b
3 changed files with 30 additions and 1 deletions
|
|
@ -1129,7 +1129,8 @@
|
|||
</add-function>
|
||||
<modify-function signature="mimeData(QList<QModelIndex>) const">
|
||||
<modify-argument index="return">
|
||||
<define-ownership owner="c++"/>
|
||||
<define-ownership class="native" owner="c++"/>
|
||||
<define-ownership class="target" owner="default"/>
|
||||
</modify-argument>
|
||||
</modify-function>
|
||||
<modify-function signature="data(const QModelIndex&,int) const">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue