qfirmata icon indicating copy to clipboard operation
qfirmata copied to clipboard

Qt5.6 on travis-ci error

Open newsages opened this issue 9 years ago • 2 comments

Dispositivos/Firmata/backends/serialport.cpp:80:92: error: no matching function for call to ‘SerialFirmata::connect(QPointer<QSerialPort>&, void (QIODevice::)(), SerialFirmata const, void (SerialFirmata::*)())’ connect(d->port, &QSerialPort::readyRead, this, &SerialFirmata::onReadyRead);

newsages avatar Apr 06 '16 22:04 newsages

Which compiler version are you using? I can't reproduce the error with GCC 5.3.0 or LLVM 6.1.0.

callaa avatar Apr 07 '16 18:04 callaa

On travis-ci ubuntu trusty default gcc

newsages avatar Apr 07 '16 18:04 newsages