forked from ondra/colnod-connector
fix: non void function reached end
This commit is contained in:
parent
367376f283
commit
6d148994ee
@ -73,6 +73,9 @@ bool DatabaseAPI::processData(const std::shared_ptr<Data> &data)
|
||||
qInfo(database) << tab << tab << data->updatedSubjects.size() << "SUBJECTS ADDED/UPDATED";
|
||||
qInfo(database) << tab << tab << data->deletedSubjects.size() << "SUBJECTS DELETED";
|
||||
qInfo(database) << dash;
|
||||
|
||||
// TODO: add error handling
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user