Introduced Feedback service

This commit is contained in:
emeric
2021-10-24 16:31:04 +02:00
parent 9adfafc589
commit 97aba4ae82
20 changed files with 463 additions and 182 deletions
@@ -26,8 +26,8 @@
#include "services/database/Types.hpp"
namespace Scanner {
namespace Scanner
{
enum class ScanErrorType
{
CannotReadFile, // cannot read file
@@ -102,6 +102,5 @@ namespace Scanner {
std::size_t nbFiles() const;
std::size_t nbChanges() const;
};
}
} // namespace Scanner