aboutsummaryrefslogtreecommitdiffstats
path: root/PySide2
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-02-09 11:05:17 +0100
committerLiang Qi <liang.qi@qt.io>2017-04-26 14:44:53 +0000
commit4cdadcdc2338c34b2e883feff52d199e6e0a0c18 (patch)
tree06f34d45b57eaa32d3432908a79522bb36a91366 /PySide2
parentcef4c17fc8d4c8de4707f8a37427d37feb2012f9 (diff)
Add QUrlQuery to typesystem
Task-number: PYSIDE-345 Change-Id: Idffe4b317f22775f0728c94ed802b34236a166a2 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'PySide2')
-rw-r--r--PySide2/QtCore/CMakeLists.txt1
-rw-r--r--PySide2/QtCore/typesystem_core_common.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/PySide2/QtCore/CMakeLists.txt b/PySide2/QtCore/CMakeLists.txt
index 77e304c3..9eec8978 100644
--- a/PySide2/QtCore/CMakeLists.txt
+++ b/PySide2/QtCore/CMakeLists.txt
@@ -134,6 +134,7 @@ ${QtCore_GEN_DIR}/qtimer_wrapper.cpp
${QtCore_GEN_DIR}/qtimerevent_wrapper.cpp
${QtCore_GEN_DIR}/qtranslator_wrapper.cpp
${QtCore_GEN_DIR}/qurl_wrapper.cpp
+${QtCore_GEN_DIR}/qurlquery_wrapper.cpp
${QtCore_GEN_DIR}/qvariantanimation_wrapper.cpp
${QtCore_GEN_DIR}/qwaitcondition_wrapper.cpp
${QtCore_GEN_DIR}/qwritelocker_wrapper.cpp
diff --git a/PySide2/QtCore/typesystem_core_common.xml b/PySide2/QtCore/typesystem_core_common.xml
index a15547a4..dfce090e 100644
--- a/PySide2/QtCore/typesystem_core_common.xml
+++ b/PySide2/QtCore/typesystem_core_common.xml
@@ -2330,6 +2330,7 @@
<include file-name="QSize" location="global"/>
</extra-includes>
</object-type>
+ <value-type name="QUrlQuery" since="5.0" />
<value-type name="QUrl" hash-function="PySide::hash">
<!-- Qt5: lots of changes -->
<enum-type name="ComponentFormattingOption" flags="ComponentFormattingOptions,FormattingOptions"/>