mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 22:46:04 +03:00
Debug: fix typo
This commit is contained in:
parent
3a165ad654
commit
7cc3e7e392
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ void FolderMan::slotFolderSyncStarted( )
|
|||
*/
|
||||
void FolderMan::slotFolderSyncFinished( const SyncResult& )
|
||||
{
|
||||
qDebug() << "<===================================== sync finsihed for " << _currentSyncFolder;
|
||||
qDebug() << "<===================================== sync finished for " << _currentSyncFolder;
|
||||
|
||||
_currentSyncFolder.clear();
|
||||
QTimer::singleShot(200, this, SLOT(slotScheduleFolderSync()));
|
||||
|
|
Loading…
Reference in a new issue