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

Copying a qrc file makes it non-writable

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P2: Important
    • None
    • 4.7.1
    • None

    Description

      Copying a qrc file to the local file system and opening it for writing fails.

          QFile::copy(":/services.conf", "foo");
          QFile foo("foo");
          qDebug() << foo.open(QFile::WriteOnly);
      

      The above fails with 'permission denied' on the N8.

      Attachments

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

        Activity

          People

            e0348803 Miikka Heikkinen
            girish Girish Ramakrishnan
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes