From ef291779fdb7f959efa26cde84e9ff251507399e Mon Sep 17 00:00:00 2001 From: Luciano Wolf Date: Tue, 15 Jun 2010 18:30:10 -0300 Subject: Updating QVariant description inside API2 document. --- doc/pysideapi2.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/pysideapi2.rst') 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. -- cgit v1.2.3