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

Adding local variable for function with function templates doesn't work.

    XMLWordPrintable

Details

    • df2684179 (master)

    Description

      #include <QVariant>
      #include <QString>
      
      int main()
      {
          QVariant var;
          var.value<QString>(); // try trigger local variable quick fix here
          return 0;
      }
      

      Attachments

        For Gerrit Dashboard: QTCREATORBUG-9363
        # Subject Branch Project Status CR V

        Activity

          People

            kandeler Christian Kandeler
            davschul David Schulz
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes