aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-06-01 14:46:02 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:26 -0300
commit801efd40f37e8450f9d0e71fadf039a5bd7fe91a (patch)
tree32b2ced2de489197f810ccceb5d3b4ef712ae97d /PySide
parentf957a6f42d2abf5b33bf2bd9b525731c313cc668 (diff)
Removed the rejection of QAbstractFileEngine.beginEntryList.
Added an unit test. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
Diffstat (limited to 'PySide')
-rw-r--r--PySide/QtCore/typesystem_core.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index 8795cf5f8..3183663bb 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -231,7 +231,7 @@
<rejection class="QtConcurrent" enum-name="enum_1"/>
<rejection class="QAbstractEventDispatcher" function-name="filterEvent"/>
<rejection class="QAbstractEventDispatcher" function-name="setEventFilter"/>
- <rejection class="QAbstractFileEngine" function-name="beginEntryList"/>
+ <!-- Internal -->
<rejection class="QAbstractFileEngine" function-name="endEntryList"/>
<rejection class="QAbstractFileEngine" function-name="extension"/>
<rejection class="QCoreApplication" function-name="compressEvent"/>
@@ -2284,6 +2284,12 @@
<modify-function signature="rmdir(const QString&amp;, bool)const" allow-thread="yes" />
<modify-function signature="write(const char*, qint64)" allow-thread="yes" />
+ <modify-function signature="beginEntryList(QFlags&lt;QDir::Filter>,const QStringList&amp;)">
+ <modify-argument index="return">
+ <define-ownership class="native" owner="c++"/>
+ </modify-argument>
+ </modify-function>
+
<modify-function signature="unmap(uchar*)">
<modify-argument index="1">
<replace-type modified-type="PyBuffer"/>