mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 19:20:37 +02:00
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->updatedSubjects.size() << "SUBJECTS ADDED/UPDATED";
|
||||||
qInfo(database) << tab << tab << data->deletedSubjects.size() << "SUBJECTS DELETED";
|
qInfo(database) << tab << tab << data->deletedSubjects.size() << "SUBJECTS DELETED";
|
||||||
qInfo(database) << dash;
|
qInfo(database) << dash;
|
||||||
|
|
||||||
|
// TODO: add error handling
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user