mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 15:49:11 +02:00
Fix NULL -> nullptr
This commit is contained in:
parent
ca6a74d63d
commit
e1466c0d47
1 changed files with 1 additions and 1 deletions
|
@ -226,5 +226,5 @@ QVariant* valueForKeyPath(QVariantMap& variantMap, const QString& keyPath, bool
|
|||
shouldCreateIfMissing);
|
||||
}
|
||||
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue