forked from qt-creator/qt-creator
Unused lambda captures, unused private field, missing override. Change-Id: I8b1d9d40af87fdfbd449841e9f112aad4682d8c5 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io>
# HOWTO COMPILE # go to your build folder of Qt Creator cd /path/to/qtc-build # create and enter build directory for valgrind tests mkdir valgrind-test cd valgrind-test # make library paths known to ldconfig export LD_LIBRARY_PATH=/path/to/qtc-build/lib/qtcreator:/path/to/qtc-build/lib/qtcreator/plugins # run qmake, make qmake CONFIG+=debug IDE_BUILD_TREE=$(readlink -f ..) ../../path/to/qtc/tests/auto/valgrind make