QAIM docs: use \nullptr instead of 0
Pick-to: 5.15 Change-Id: I30b541f28ba8271eb4234c7f642485a1614808bf Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
b1cf188e83
commit
f478905068
@ -2147,8 +2147,8 @@ QStringList QAbstractItemModel::mimeTypes() const
|
|||||||
mimeTypes(). If you reimplement mimeTypes() in your custom model to return
|
mimeTypes(). If you reimplement mimeTypes() in your custom model to return
|
||||||
more MIME types, reimplement this function to make use of them.
|
more MIME types, reimplement this function to make use of them.
|
||||||
|
|
||||||
If the list of \a indexes is empty, or there are no supported MIME types, 0
|
If the list of \a indexes is empty, or there are no supported MIME types,
|
||||||
is returned rather than a serialized empty list.
|
\nullptr is returned rather than a serialized empty list.
|
||||||
|
|
||||||
\sa mimeTypes(), dropMimeData()
|
\sa mimeTypes(), dropMimeData()
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user