Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
5.3.1
-
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
- relates to
-
QTBUG-41004 New connect syntax fails with msvc in special corner cases
- Closed