Browse Source
This fixes a broken build on my setup. Otherwise I see the following error: /home/borgers/projects/qgroundcontrol/src/QtLocationPlugin/QGCTileCacheWorker.cpp:1200:79: error: use of ‘auto’ in lambda parameter declaration only available with ‘-std=c++14’ or ‘-std=gnu++14’ 1200 | connect(socket, &QAbstractSocket::errorOccurred, this, [this, socket](auto error) { | As mentioned in https://github.com/mavlink/qgroundcontrol/pull/9591QGC4.4
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue