fixed: missing return value for some command handlers
Šī revīzija ir iekļauta:
vecāks
8de07b703c
revīzija
2b97f4a737
@ -30,4 +30,6 @@ int CommandList::handle(QStringList arguments)
|
||||
{
|
||||
Logger::info() << result.fileData.absPath << endl;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
@ -32,4 +32,6 @@ int CommandSearch::handle(QStringList arguments)
|
||||
{
|
||||
Logger::info() << result.fileData.absPath << endl;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Notiek ielāde…
x
Atsaukties uz šo jaunā problēmā
Block a user