fixed: missing return value for some command handlers
This commit is contained in:
джерело
34c828a453
коміт
072996e0d3
@ -121,10 +121,7 @@ int CommandDelete::handle(QStringList arguments)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
return 0;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -32,4 +32,5 @@ int CommandList::handle(QStringList arguments)
|
||||
Logger::info() << result.fileData.absPath << endl;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
@ -33,4 +33,5 @@ int CommandSearch::handle(QStringList arguments)
|
||||
Logger::info() << result.fileData.absPath << endl;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Завантаження…
Посилання в новій задачі
Block a user