diff options
author | Luciano Wolf <luciano.wolf@openbossa.org> | 2010-06-15 18:30:10 -0300 |
---|---|---|
committer | Luciano Wolf <luciano.wolf@openbossa.org> | 2010-06-15 18:30:10 -0300 |
commit | ef291779fdb7f959efa26cde84e9ff251507399e (patch) | |
tree | 81257ac14952f376658e7c42e433caab2480b489 /doc | |
parent | 59d42297fd1eed28f9249a9c9a4c5b9fa33fc00f (diff) | |
download | pyside-ef291779fdb7f959efa26cde84e9ff251507399e.tar.gz pyside-ef291779fdb7f959efa26cde84e9ff251507399e.tar.xz pyside-ef291779fdb7f959efa26cde84e9ff251507399e.zip |
Updating QVariant description inside API2 document.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pysideapi2.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/pysideapi2.rst b/doc/pysideapi2.rst index 3aaee45..c7c5ac5 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. |