We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab87fc commit 3e5ff38Copy full SHA for 3e5ff38
src/libsync/syncengine.cpp
@@ -634,6 +634,7 @@ void SyncEngine::slotPropagationFinished(bool success)
634
635
void SyncEngine::finalize(bool success)
636
{
637
+ Q_ASSERT(qApp->thread() == thread());
638
qCInfo(lcEngine) << u"Sync run for" << _localPath << u"took" << _duration;
639
_duration.stop();
640
0 commit comments