Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-10032

Shadernode QML code is generated incorrectly

    XMLWordPrintable

Details

    • User Story
    • Resolution: Fixed
    • P2: Important
    • QDS 4.2
    • QDS 4.2
    • QML Project Manager
    • None
    • 0.5
    • QDS Berlin - 2023 Week 23/24
    • 5dadc57bc (qds/dev)

    Description

      The generated code for the qml shader tool is incorrect:

      ShaderTool {
          args: "-s --glsl "100 es,120,150" --hlsl 50 --msl 12"
          files: [ "content/shaders/*" ]
      }
      

      This is the original:

      ShaderTool {
          args: "-s --glsl \"100 es,120,150\" --hlsl 50 --msl 12"
          files: [ "content/shaders/*" ]
      }
      

      The quotes are not properly escaped.

      Attachments

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

        Activity

          People

            hancerliqt Burak Hancerli
            thohartm Thomas Hartmann
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 48 minutes
                48m

                Gerrit Reviews

                  There are no open Gerrit changes