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

Overriding registered rcc file does not update its content

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:

                There are no open Gerrit changes