hello, im trying to install but i get the following error:
../src/BatchProcessor.cpp: In member function ‘void BatchProcessor::runBatch()’:
../src/BatchProcessor.cpp:137:154: error: ‘endl’ is not a member of ‘Qt’
137 | " << sendModbusRequest( slaveID, func, addr.toInt() ) << Qt::endl;
hello, im trying to install but i get the following error:
../src/BatchProcessor.cpp: In member function ‘void BatchProcessor::runBatch()’: ../src/BatchProcessor.cpp:137:154: error: ‘endl’ is not a member of ‘Qt’ 137 | " << sendModbusRequest( slaveID, func, addr.toInt() ) << Qt::endl;
any idea how to fix this?