aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2009-09-18 16:21:45 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2009-09-22 11:12:56 -0300
commit0bc7485c2ea90a2cfe5cfae7f25cf9c25fc83b66 (patch)
tree1ae63e6ae8bf97f9c52c50db7a9ee20d1d120fd0 /PySide
parent9af36fbb64f19842c0cc797c0b586b3a686805e8 (diff)
exporting QDirIterator class
Diffstat (limited to 'PySide')
-rw-r--r--PySide/QtCore/CMakeLists.txt2
-rw-r--r--PySide/QtCore/typesystem_core.xml3
2 files changed, 2 insertions, 3 deletions
diff --git a/PySide/QtCore/CMakeLists.txt b/PySide/QtCore/CMakeLists.txt
index 9f63a7655..bf021259f 100644
--- a/PySide/QtCore/CMakeLists.txt
+++ b/PySide/QtCore/CMakeLists.txt
@@ -21,7 +21,7 @@ ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtCore/qcryptographichash_wrapper.cpp
${CMAKE_CURRENT_BINARY_DIR}/PySide/QtCore/qdate_wrapper.cpp
${CMAKE_CURRENT_BINARY_DIR}/PySide/QtCore/qdatetime_wrapper.cpp
${CMAKE_CURRENT_BINARY_DIR}/PySide/QtCore/qdir_wrapper.cpp
-# ${CMAKE_CURRENT_BINARY_DIR}/PySide/QtCore/qdiriterator_wrapper.cpp
+${CMAKE_CURRENT_BINARY_DIR}/PySide/QtCore/qdiriterator_wrapper.cpp
${CMAKE_CURRENT_BINARY_DIR}/PySide/QtCore/qdynamicpropertychangeevent_wrapper.cpp
${CMAKE_CURRENT_BINARY_DIR}/PySide/QtCore/qevent_wrapper.cpp
${CMAKE_CURRENT_BINARY_DIR}/PySide/QtCore/qeventloop_wrapper.cpp
diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml
index 2b3bb89ed..83bdd4bc5 100644
--- a/PySide/QtCore/typesystem_core.xml
+++ b/PySide/QtCore/typesystem_core.xml
@@ -1064,8 +1064,7 @@
<object-type name="QWriteLocker">
<modify-function signature="relock()" allow-thread="yes" />
</object-type>
- <!-- FIXME Removed due to a shiboken bug-->
-<!-- <object-type name="QDirIterator"/> -->
+ <object-type name="QDirIterator"/>
<object-type name="QThread">
<modify-function signature="run()" thread="yes" />
<modify-function signature="exec()" rename="exec_" allow-thread="yes" />