aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-07-08 10:49:50 -0300
committerRenato Filho <renato.filho@openbossa.org>2010-07-08 11:28:58 -0300
commit7431ae12a45baffd2a365f9382ffaa8adeb66957 (patch)
tree686319c59505fb214d2818307add69a9a320ffad
parent1c4ee915c07daae9919e890072593b51e54c9aec (diff)
Exported flags on enum in script typesystem.
Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
-rw-r--r--PySide/QtScript/typesystem_script.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/PySide/QtScript/typesystem_script.xml b/PySide/QtScript/typesystem_script.xml
index 81ba5b313..822b3d577 100644
--- a/PySide/QtScript/typesystem_script.xml
+++ b/PySide/QtScript/typesystem_script.xml
@@ -8,8 +8,8 @@
<enum-type name="QScriptEngine::ValueOwnership"/>
<enum-type name="QScriptEngine::QObjectWrapOption" flags="QScriptEngine::QObjectWrapOptions"/>
<enum-type name="QScriptEngineAgent::Extension"/>
- <enum-type name="QScriptValue::ResolveFlag"/>
- <enum-type name="QScriptValue::PropertyFlag"/>
+ <enum-type name="QScriptValue::ResolveFlag" flags="QScriptValue::ResolveFlags"/>
+ <enum-type name="QScriptValue::PropertyFlag" flags="QScriptValue::PropertyFlags"/>
<enum-type name="QScriptValue::SpecialValue"/>
<enum-type name="QScriptClass::QueryFlag"/>
<enum-type name="QScriptClass::Extension"/>