1
0
Derivar 0

fixed: missing return value for some command handlers

Este cometimento está contido em:
Albert S. 2020-05-24 15:37:47 +02:00
ascendente 8de07b703c
cometimento 2b97f4a737
2 ficheiros modificados com 4 adições e 0 eliminações

Ver ficheiro

@ -30,4 +30,6 @@ int CommandList::handle(QStringList arguments)
{
Logger::info() << result.fileData.absPath << endl;
}
return 0;
}

Ver ficheiro

@ -32,4 +32,6 @@ int CommandSearch::handle(QStringList arguments)
{
Logger::info() << result.fileData.absPath << endl;
}
return 0;
}