* a different presentaton to identify the accounts
*/
bool multipleAccountsRegistered = false;
-
- /** Whether native shell integration shall be enabled
- *
- * For some plugins that doesn't work well in tests.
- */
- bool enableShellIntegration = true;
};
/** Interface describing how to deal with virtual/placeholder files.
vfsParams.journal = _journalDb.get();
vfsParams.providerName = "OC-TEST";
vfsParams.providerVersion = "0.1";
- vfsParams.enableShellIntegration = false;
QObject::connect(_syncEngine.get(), &QObject::destroyed, vfs.data(), [vfs]() {
vfs->stop();
vfs->unregisterFolder();