Fix compile problem.

This commit is contained in:
Klaas Freitag 2012-08-26 16:10:17 +02:00
parent fd7cb38c16
commit ced6f0ed96

View file

@ -45,7 +45,7 @@ CSyncFolder::~CSyncFolder()
bool CSyncFolder::isBusy() const bool CSyncFolder::isBusy() const
{ {
return (_csync && _csync->isRunning() ); return (_csync && _thread && _thread->isRunning() );
} }
void CSyncFolder::startSync(const QStringList &pathList) void CSyncFolder::startSync(const QStringList &pathList)