callaa / qfirmata

Firmata library for Qt/QML
GNU Lesser General Public License v3.0
16 stars 5 forks source link

Qt5.6 on travis-ci error #1

Open newsages opened 8 years ago

newsages commented 8 years ago

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

callaa commented 8 years ago

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

newsages commented 8 years ago

On travis-ci ubuntu trusty default gcc