Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 13, 2016
1 parent 94e0627 commit 27aca5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sip_helpers/qgissiphelper.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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 // If we deal with a NULL QVariant (and it's not a QByteArray which properly
// maps NULL values) // 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. // instead of a blacklist.
if ( varp->isNull() && varp->type() != QVariant::ByteArray ) if ( varp->isNull() && varp->type() != QVariant::ByteArray )
{ {
Expand Down

0 comments on commit 27aca5c

Please sign in to comment.