QAIM docs: use \nullptr instead of 0

Pick-to: 5.15
Change-Id: I30b541f28ba8271eb4234c7f642485a1614808bf
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Giuseppe D'Angelo 2020-10-02 17:01:44 +02:00
parent b1cf188e83
commit f478905068
1 changed files with 2 additions and 2 deletions

View File

@ -2147,8 +2147,8 @@ QStringList QAbstractItemModel::mimeTypes() const
mimeTypes(). If you reimplement mimeTypes() in your custom model to return
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
is returned rather than a serialized empty list.
If the list of \a indexes is empty, or there are no supported MIME types,
\nullptr is returned rather than a serialized empty list.
\sa mimeTypes(), dropMimeData()
*/