diff --git a/examples/widgets/doc/src/fridgemagnets.qdoc b/examples/widgets/doc/src/fridgemagnets.qdoc index 5e1052b413ee32d68f5176be33349b06898b3475..bf3343af0ec00c139ddee05e4897e7c633d12ef9 100644 --- a/examples/widgets/doc/src/fridgemagnets.qdoc +++ b/examples/widgets/doc/src/fridgemagnets.qdoc @@ -28,6 +28,8 @@ /*! \example draganddrop/fridgemagnets \title Fridge Magnets Example + \brief The Fridge Magnets example illustrates how to move around several types of + MIME-encoded data with drag and drop. The Fridge Magnets example shows how to supply more than one type of MIME-encoded data with a drag and drop operation. diff --git a/examples/widgets/tools/codecs/doc/src/codecs.qdoc b/examples/widgets/tools/codecs/doc/src/codecs.qdoc index b640d95c38380439802fd9f4a74dd1b3b2a8ec7f..69bf1470b16c9c335bda17d683319568939894bd 100644 --- a/examples/widgets/tools/codecs/doc/src/codecs.qdoc +++ b/examples/widgets/tools/codecs/doc/src/codecs.qdoc @@ -28,6 +28,7 @@ /*! \example tools/codecs \title Text Codecs Example + \brief How to import and export text using text codecs. The Text Codecs example demonstrates the principles behind importing and exporting text using codecs to ensure that characters are encoded properly, avoiding loss of data