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

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • Qt Creator 2.8.0-beta
    • C/C++/Obj-C++ Support
    • Windows 8 64bit
      Qt5.1.0 Beta

    Description

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

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes