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

Crash when try to use this keyword in lambda connect where not suppose to

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • Qt Creator 3.2.0-rc1
    • Qt Creator 3.2.0-beta1
    • C/C++/Obj-C++ Support
    • None
    • Windows 7 and Mac OS X Yosemmite beta 4

    Description

      Just copy and paste to empty .cpp file

      connect(sender, &Sender::valueChanged, [=](const QString &newValue) {
           this // try to add anything or add dot and application crashes
          }  );
      

      Attachments

        Activity

          People

            kosjar Nikolai Kosjar
            fbucek fbucek
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: