summaryrefslogtreecommitdiffstats
path: root/generator/typesystem_core-common.xml
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2010-10-26 09:53:53 +0200
committerKent Hansen <kent.hansen@nokia.com>2010-10-26 09:53:53 +0200
commit8b191fbc3bd76ef61103977b3e7d0c875c6c921e (patch)
tree4601e275ac855afe2d03b5a65e3b07e34253064d /generator/typesystem_core-common.xml
parentdc91a52952e1e6812f599d0f7228b33c3702e1f4 (diff)
Make bindings for 4.7 compile
Diffstat (limited to 'generator/typesystem_core-common.xml')
-rw-r--r--generator/typesystem_core-common.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/generator/typesystem_core-common.xml b/generator/typesystem_core-common.xml
index 82827f7..0b2673b 100644
--- a/generator/typesystem_core-common.xml
+++ b/generator/typesystem_core-common.xml
@@ -16,6 +16,7 @@
<rejection class="" enum-name="QtValidLicenseForSqlModule"/>
<rejection class="" enum-name="QtValidLicenseForOpenGLModule"/>
<rejection class="" enum-name="enum_1"/>
+ <rejection class="" enum-name="enum_2"/>
<rejection class="" enum-name="QtValidLicenseForXmlModule"/>
<rejection class="" enum-name="QtValidLicenseForXmlPatternsModule"/>
<rejection class="" enum-name="QtValidLicenseForActiveQtModule"/>
@@ -419,6 +420,9 @@
<modify-function signature="mightBeRichText(const QString &amp;)" remove="all" />
<modify-function signature="escape(const QString&amp;)" remove="all" />
<modify-function signature="convertFromPlainText(const QString &amp;, Qt::WhiteSpaceMode)" remove="all" />
+ <extra-includes>
+ <include file-name="QGesture" location="global"/>
+ </extra-includes>
</namespace-type>
<enum-type name="QDate::MonthNameType" />
@@ -434,7 +438,9 @@
<enum-type name="QStateMachine::RestorePolicy" />
<enum-type name="Qt::AnchorPoint" />
<enum-type name="Qt::CoordinateSystem" />
- <!-- <enum-type name="Qt::GestureState" /> -->
+ <enum-type name="Qt::GestureFlag" flags="Qt::GestureFlags" />
+ <enum-type name="Qt::GestureState" />
+ <enum-type name="Qt::GestureType" />
<enum-type name="Qt::InputMethodHint" flags="Qt::InputMethodHints" />
<enum-type name="Qt::NavigationMode" />
<enum-type name="Qt::RenderHint" />
@@ -584,6 +590,7 @@
<enum-type name="QDataStream::Version">
<reject-enum-value name="Qt_4_1"/>
<reject-enum-value name="Qt_4_5"/>
+ <reject-enum-value name="Qt_4_6"/>
</enum-type>
<enum-type name="QDir::SortFlag" flags="QDir::SortFlags">