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

QSettings does not indicate failure to sync on Alternate Data Streams

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.10.0
    • Core: Other
    • None

    Description

      Related to QTBUG-47379.
      QSettings only works with Alternate Data Streams (ADS) if the path includes two periods. For example, when writing data to "c:\test.txt:ea.ini" the calls to QSettings::setValue(..) will not indicate a failure, but the data will not be written to the QSettings file. However, if the path is "C:\test.txt.ea:ea.ini" (with a meaningless initial ".ea") the settings are written correctly to the file.

      Attachments

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

        Activity

          People

            thiago Thiago Macieira
            rtauber Richard Tauber
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes