diff options
Diffstat (limited to 'tests/databasepopulationandfacadequerybenchmark.cpp')
-rw-r--r-- | tests/databasepopulationandfacadequerybenchmark.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/databasepopulationandfacadequerybenchmark.cpp b/tests/databasepopulationandfacadequerybenchmark.cpp index 834ce30..f1904ad 100644 --- a/tests/databasepopulationandfacadequerybenchmark.cpp +++ b/tests/databasepopulationandfacadequerybenchmark.cpp | |||
@@ -90,7 +90,6 @@ class DatabasePopulationAndFacadeQueryBenchmark : public QObject | |||
90 | const auto startingRss = getCurrentRSS(); | 90 | const auto startingRss = getCurrentRSS(); |
91 | 91 | ||
92 | Sink::Query query; | 92 | Sink::Query query; |
93 | query.liveQuery = false; | ||
94 | query.requestedProperties << "uid" | 93 | query.requestedProperties << "uid" |
95 | << "summary"; | 94 | << "summary"; |
96 | 95 | ||