mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-12 16:50:48 +02:00
fix for correct build
This commit is contained in:
parent
4d30dcc9f4
commit
520a45d912
@ -186,7 +186,7 @@ void DatabaseManager::createTables()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// return last_sync time
|
// return last_sync time
|
||||||
uint64_t DatabaseManager::getLastSync()
|
quint64 DatabaseManager::getLastSync()
|
||||||
{
|
{
|
||||||
query.exec("SELECT last_sync FROM config");
|
query.exec("SELECT last_sync FROM config");
|
||||||
query.next();
|
query.next();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user