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

Overriding registered rcc file does not update its content

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.6.0
    • Build tools: rcc
    • None
    • Windows 7 x64

    Description

      External binary resources are not updated when they are unregistered and registered again. The content stays the same instead of being actualized.

      QResource::unregisterResource("redTheme.rcc");
      QResource::registerResource("redTheme.rcc");
      

      Both commands return true. However, the content does not change even if the file is overridden. Registering does not seem to have any effect.

      Attachments

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

        Activity

          People

            hjk hjk
            gregoire.borel Gregoire Borel
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes