Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-40281

New Qt5 signals/slots syntax doesn't work with Intel Compiler XE 14

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • None
    • 5.3.1
    • Core: Object Model
    • MSVS2013

    Description

      When program is compiled with Intel compiler XE 14:

      QObject::connect(quit, &QPushButton::clicked, this, &QWidget::close); // console message: "QObject::connect: signl not found in QPushButton"

      QObject::connect(quit, SIGNAL(clicked()), this, SLOT(close())); //this works fine

      With msvs v120 there is no problems.

      Attachments

        Issue Links

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

          Activity

            People

              thiago Thiago Macieira
              snegov1k Dmitry
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes