aboutsummaryrefslogtreecommitdiffstats
path: root/optional/projectexplorer/typesystem_projectexplorer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'optional/projectexplorer/typesystem_projectexplorer.xml')
-rw-r--r--optional/projectexplorer/typesystem_projectexplorer.xml11
1 files changed, 1 insertions, 10 deletions
diff --git a/optional/projectexplorer/typesystem_projectexplorer.xml b/optional/projectexplorer/typesystem_projectexplorer.xml
index 0e0eeff..ab66793 100644
--- a/optional/projectexplorer/typesystem_projectexplorer.xml
+++ b/optional/projectexplorer/typesystem_projectexplorer.xml
@@ -42,11 +42,8 @@
<!-- Typesystem for Qt Creator Python host plugin -->
<typesystem package="QtCreatorBindingProjectExplorer">
-
- <!-- Load PySide QtWidgets typesystem (is this correct? yup) -->
<load-typesystem name="typesystem_widgets.xml" generate="no"/>
- <!-- Currently there are problems with getting this to work ... -->
- <!-- <load-typesystem name="../../plugins/pythonextensions/typesystem_qtcreator.xml" generate="no"/> -->
+ <load-typesystem name="../../plugins/pythonextensions/typesystem_qtcreator.xml" generate="no"/>
<namespace-type name="ProjectExplorer">
<object-type name="BuildConfiguration">
@@ -65,10 +62,4 @@
<modify-function signature="fromMap(const QVariantMap&amp;,QString*)" remove="all"/>
</object-type>
</namespace-type>
-
- <namespace-type name="Utils">
- <value-type name="FileName"/>
- <modify-function signature="operator&lt;&lt;(QTextStream&amp;,Utils::FileName)" remove="all"/>
- </namespace-type>
-
</typesystem>