Skip to content
Permalink
Browse files
Fix typo
  • Loading branch information
m-kuhn committed May 13, 2016
1 parent 94e0627 commit 27aca5c
Showing 1 changed file with 1 addition and 1 deletion.
@@ -31,7 +31,7 @@ bool null_from_qvariant_convertor( const QVariant *varp, PyObject **objp )

// If we deal with a NULL QVariant (and it's not a QByteArray which properly
// maps NULL values)
// If there are more cases like this, we should consider to using a whitelist
// If there are more cases like QByteArray, we should consider using a whitelist
// instead of a blacklist.
if ( varp->isNull() && varp->type() != QVariant::ByteArray )
{

0 comments on commit 27aca5c

Please sign in to comment.