Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-14404

Loading project settings breaks in master

    XMLWordPrintable

Details

    • 935bf7b545b30b51fe549537e9d6f4713ad4306b

    Description

      Issue at the ArgumentsAspect::fromMap() function:

      void ArgumentsAspect::fromMap(const QVariantMap &map)
      {
          m_arguments = map.value(m_key).toBool();
      }
      

      toBool() must be replaced by toString(). Otherwise incorrect value stored as a command argument and next loading of settings breaks.

      Attachments

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

        Activity

          People

            hjk hjk
            monah_tuk Alexander Drozdov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes