mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
Fix compile problem.
This commit is contained in:
parent
fd7cb38c16
commit
ced6f0ed96
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ CSyncFolder::~CSyncFolder()
|
|||
|
||||
bool CSyncFolder::isBusy() const
|
||||
{
|
||||
return (_csync && _csync->isRunning() );
|
||||
return (_csync && _thread && _thread->isRunning() );
|
||||
}
|
||||
|
||||
void CSyncFolder::startSync(const QStringList &pathList)
|
||||
|
|
Loading…
Reference in a new issue