aboutsummaryrefslogtreecommitdiffstats
path: root/PySide2/QtGui
diff options
context:
space:
mode:
authorBadSingleton <thor400.75@gmail.com>2016-02-29 14:32:20 -0500
committerBadSingleton <thor400.75@gmail.com>2016-02-29 14:32:20 -0500
commitf637bef1463030b39f2cd67fc60f4e0b7d80541a (patch)
tree16ecf9b634cff569da82a543b92bf49fb24291ad /PySide2/QtGui
parent1c788ec57646b6e600b90c0a4819cac1ac0abf57 (diff)
Moved QItemSelection and QItemSelectionRange to QtCore from QtGui. Changes in Qt5.
Diffstat (limited to 'PySide2/QtGui')
-rw-r--r--PySide2/QtGui/CMakeLists.txt3
-rw-r--r--PySide2/QtGui/typesystem_gui_common.xml5
2 files changed, 2 insertions, 6 deletions
diff --git a/PySide2/QtGui/CMakeLists.txt b/PySide2/QtGui/CMakeLists.txt
index f1dd84aa5..e89d16703 100644
--- a/PySide2/QtGui/CMakeLists.txt
+++ b/PySide2/QtGui/CMakeLists.txt
@@ -46,8 +46,6 @@ ${QtGui_GEN_DIR}/qinputevent_wrapper.cpp
${QtGui_GEN_DIR}/qinputmethodevent_attribute_wrapper.cpp
${QtGui_GEN_DIR}/qinputmethodevent_wrapper.cpp
${QtGui_GEN_DIR}/qintvalidator_wrapper.cpp
-${QtGui_GEN_DIR}/qitemselection_wrapper.cpp
-${QtGui_GEN_DIR}/qitemselectionrange_wrapper.cpp
${QtGui_GEN_DIR}/qkeyevent_wrapper.cpp
${QtGui_GEN_DIR}/qkeysequence_wrapper.cpp
${QtGui_GEN_DIR}/qlineargradient_wrapper.cpp
@@ -182,3 +180,4 @@ create_pyside_module(QtGui
${QtGui_BINARY_DIR}/typesystem_gui.xml)
install(FILES ${pyside2_SOURCE_DIR}/qpytextobject.h DESTINATION include/PySide2/QtGui/)
+
diff --git a/PySide2/QtGui/typesystem_gui_common.xml b/PySide2/QtGui/typesystem_gui_common.xml
index ba9fb4e16..d6c48c1dd 100644
--- a/PySide2/QtGui/typesystem_gui_common.xml
+++ b/PySide2/QtGui/typesystem_gui_common.xml
@@ -310,8 +310,6 @@
<value-type name="QTextLength">
<enum-type name="Type"/>
</value-type>
- <value-type name="QItemSelectionRange" hash-function="qHash">
- </value-type>
<value-type name="QPainterPath">
<enum-type name="ElementType"/>
<value-type name="Element">
@@ -655,8 +653,6 @@
</modify-argument>
</modify-function>
</value-type>
-
- <value-type name="QItemSelection" />
<!-- Qt5: this _should_ be obsolete, but QImage is still using it... -->
<value-type name="QMatrix">
@@ -3277,3 +3273,4 @@
</typesystem>
+