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

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

XMLWordPrintable

    • df2684179 (master)

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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes