diff --git a/src/mirall/folder.cpp b/src/mirall/folder.cpp index 227880c802..ef93494569 100644 --- a/src/mirall/folder.cpp +++ b/src/mirall/folder.cpp @@ -301,7 +301,7 @@ void Folder::bubbleUpSyncResult() SyncRunFileLog syncFileLog; - syncFileLog.start(path(), _engine->stopWatch() ); + syncFileLog.start(path(), _engine ? _engine->stopWatch() : Utility::StopWatch() ); QElapsedTimer timer; timer.start();