summaryrefslogtreecommitdiffstats
path: root/tests/mailquerybenchmark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mailquerybenchmark.cpp')
-rw-r--r--tests/mailquerybenchmark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mailquerybenchmark.cpp b/tests/mailquerybenchmark.cpp
index 3ecfa19..b15c8d6 100644
--- a/tests/mailquerybenchmark.cpp
+++ b/tests/mailquerybenchmark.cpp
@@ -72,7 +72,7 @@ class MailQueryBenchmark : public QObject
72 domainObject.setFolder(QByteArray("folder") + QByteArray::number(i - (i % folderSpreadFactor))); 72 domainObject.setFolder(QByteArray("folder") + QByteArray::number(i - (i % folderSpreadFactor)));
73 } 73 }
74 74
75 entityStore.add("mail", domainObject, false, [] (const Mail &) {}); 75 entityStore.add("mail", domainObject, false);
76 } 76 }
77 77
78 entityStore.commitTransaction(); 78 entityStore.commitTransaction();