forked from ondra/colnod-connector
fix syntax
This commit is contained in:
parent
fc54831952
commit
31833adf5c
@ -57,7 +57,7 @@ void SyncManager::run()
|
|||||||
|
|
||||||
updateLastUpdate(syncBegin);
|
updateLastUpdate(syncBegin);
|
||||||
connect(this, &SyncManager::syncFinished, [=](){
|
connect(this, &SyncManager::syncFinished, [=](){
|
||||||
if (database->isValid() && colnod.isValid()) {
|
if (database->isValid() && colnod->isValid()) {
|
||||||
database->setLastSync(syncBegin);
|
database->setLastSync(syncBegin);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user