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

Use qputenv instead of (not existing) qsetenv in outcommented code

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.6.0 RC
    • 5.6.0 Alpha
    • Quick: Controls 2
    • None
    • 5f215fcdd3715a0c7f74b189610b6222da3c9cd8

    Description

      Could you please change lines 55 and 56 in file https://github.com/qtproject/qtquickcontrols2/blob/5.6/tests/manual/testbench/main.cpp from

      // qsetenv("QT_QUICK_FILE_SELECTORS", "material");
      // qsetenv("QT_LABS_CONTROLS_STYLE", "material");

      to

      // qputenv("QT_QUICK_FILE_SELECTORS", "material");
      // qputenv("QT_LABS_CONTROLS_STYLE", "material");

      There is no command "qsetenv", it is "qputenv".

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            kmichel K. Michel
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes