Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-16570

Errors in the Help for QDeclarativeEngine

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • None
    • 4.7.1
    • Documentation
    • None

    Description

      There is a string "Returns the provider if it was found; otherwise returns 0" in the documentation for void QDeclarativeEngine:: removeImageProvider (const QString & providerId), but the function returns void.
      The implementation of this function uses d-> imageProviders.take (providerId), although in this case it is better to use the remove method.
      The documentation does not indicate that QDeclarativeEngine takes care of removing added QDeclarativeImageProvider.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            docteam Qt Documentation Team
            panter.dsd@gmail.com PanteR
            Votes:
            3 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes