Confirm External Storage: adjust the notification message

We need to forward the information that the folder is an external storage
for the notification message.

Issue: https://github.com/owncloud/client/pull/5340#issuecomment-274878023
Esse commit está contido em:
Olivier Goffart
2017-01-26 09:03:01 +01:00
commit de Markus Goetz
commit 38cf459b3e
7 arquivos alterados com 54 adições e 64 exclusões
+2 -2
Ver Arquivo
@@ -835,8 +835,8 @@ void SyncEngine::startSync()
connect(discoveryJob, SIGNAL(folderDiscovered(bool,QString)),
this, SIGNAL(folderDiscovered(bool,QString)));
connect(discoveryJob, SIGNAL(newBigFolder(QString)),
this, SIGNAL(newBigFolder(QString)));
connect(discoveryJob, SIGNAL(newBigFolder(QString,bool)),
this, SIGNAL(newBigFolder(QString,bool)));
// This is used for the DiscoveryJob to be able to request the main thread/