aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLuciano Wolf <luciano.wolf@openbossa.org>2010-06-15 18:30:10 -0300
committerLuciano Wolf <luciano.wolf@openbossa.org>2010-06-15 18:30:10 -0300
commitef291779fdb7f959efa26cde84e9ff251507399e (patch)
tree81257ac14952f376658e7c42e433caab2480b489 /doc
parent59d42297fd1eed28f9249a9c9a4c5b9fa33fc00f (diff)
Updating QVariant description inside API2 document.
Diffstat (limited to 'doc')
-rw-r--r--doc/pysideapi2.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/pysideapi2.rst b/doc/pysideapi2.rst
index 3aaee4536..c7c5ac583 100644
--- a/doc/pysideapi2.rst
+++ b/doc/pysideapi2.rst
@@ -93,3 +93,4 @@ QVariant
As QVariant was removed, any function expecting it can receive any Python object (None is an invalid QVariant). The same rule is valid when returning something: the returned QVariant will be converted to the its original Python object type.
+When a method expects a *QVariant::Type* the programmer can use a string (the type name) or the type itself.