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

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

XMLWordPrintable

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

      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.

        1. qtbug40281.zip
          8 kB
          Thiago Macieira
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes