Inspection: modernize C++: use range-based for loop

This commit is contained in:
wmayer
2023-08-15 08:35:29 +02:00
committed by wwmayer
parent 89b9a7ae0f
commit 452aee7c6f
4 changed files with 62 additions and 51 deletions

View File

@@ -46,6 +46,9 @@
#include <TopExp.hxx>
#include <TopoDS.hxx>
// boost
#include <boost/core/ignore_unused.hpp>
// Qt
#include <QEventLoop>
#include <QFuture>