MSVC warning.
This commit is contained in:
parent
3d0573f2a7
commit
c026f42689
|
@ -1047,7 +1047,7 @@ auto MApplication::StartWithKnownMeasurementFiles(QCommandLineParser &parser) ->
|
|||
const QStringList args = parser.positionalArguments();
|
||||
|
||||
return std::all_of(args.begin(), args.end(),
|
||||
[this, args](const auto &arg)
|
||||
[this](const auto &arg)
|
||||
{
|
||||
NewMainKMWindow();
|
||||
if (not MainKMWindow()->LoadFile(arg))
|
||||
|
|
Loading…
Reference in New Issue
Block a user