Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-07-27 10:48:32 +0300
committerHannah von Reth <vonreth@kde.org>2020-07-29 14:22:15 +0300
commit9f7e49b9603148b6c5383931f349c15e6418c66b (patch)
tree63a2848227a6cb40df6c0eabfc71c75f675da506 /test
parent429633f418a1e4b353d7085a6825d4b9d53d3bf6 (diff)
VFS: remove now unused parameter
Diffstat (limited to 'test')
-rw-r--r--test/syncenginetestutils.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/syncenginetestutils.h b/test/syncenginetestutils.h
index 724dbf830..70b86c042 100644
--- a/test/syncenginetestutils.h
+++ b/test/syncenginetestutils.h
@@ -1106,7 +1106,7 @@ public:
OC_ENFORCE(syncOnce());
}
- void switchToVfs(QSharedPointer<OCC::Vfs> vfs, bool enableShell = false)
+ void switchToVfs(QSharedPointer<OCC::Vfs> vfs)
{
auto opts = _syncEngine->syncOptions();
@@ -1123,7 +1123,6 @@ public:
vfsParams.journal = _journalDb.get();
vfsParams.providerName = "OC-TEST";
vfsParams.providerVersion = "0.1";
- vfsParams.enableShellIntegration = enableShell;
QObject::connect(_syncEngine.get(), &QObject::destroyed, vfs.data(), [vfs]() {
vfs->stop();
vfs->unregisterFolder();