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

WASM: Settings issue when removing a group of keys

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2: Important P2: Important
    • 6.7.0 FF
    • 6.5.1, 6.6.0 Beta1
    • Core: Other
    • None
    • WebAssembly
    • 63b64084c (dev)

      The attached example program shows that when calling:

      settings.setValue("HelpUsage/HelpCancelled", true);
      settings.remove("HelpUsage");
      if (!settings.value("HelpUsage/HelpCancelled", false).toBool())

      For a group of settings then the default value (false) is not restored for a boolean key in that group.

        1. qtbug_00002a.zip
          2 kB
          Peter Cheeseman
        For Gerrit Dashboard: QTBUG-115037
        # Subject Branch Project Status CR V

            mikolaj.boc Mikołaj Boc (Inactive)
            pcheeseman Peter Cheeseman
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes