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>2021-09-20 11:39:25 +0300
committerHannah von Reth <vonreth@kde.org>2021-09-21 12:03:56 +0300
commit4139d5ca60f3cc3d3353c8b3fcf7e59ca80ba31c (patch)
tree0788831524191a7a81470bd6d34841fcc7cb34f3 /test
parentedc0cce712cf05d872d41161184a511fff022f2a (diff)
Allow up to 20000 sync issues
Diffstat (limited to 'test')
-rw-r--r--test/modeltests/testprotocolmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/modeltests/testprotocolmodel.cpp b/test/modeltests/testprotocolmodel.cpp
index e2c194c2f..583b941c4 100644
--- a/test/modeltests/testprotocolmodel.cpp
+++ b/test/modeltests/testprotocolmodel.cpp
@@ -26,7 +26,7 @@ class TestProtocolModel : public QObject
private Q_SLOTS:
void testInsertAndRemove()
{
- auto model = new ProtocolItemModel(this, false);
+ auto model = new ProtocolItemModel(300, false, this);
new QAbstractItemModelTester(model, this);