From a1c6a7844cf8c9111b841ba0819a6856321d3397 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 21 Jun 2016 20:09:34 +0200 Subject: Fixed build --- tests/mailtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/mailtest.cpp b/tests/mailtest.cpp index c8df8af..541656f 100644 --- a/tests/mailtest.cpp +++ b/tests/mailtest.cpp @@ -351,7 +351,7 @@ void MailTest::testCreateDraft() //Ensure we can also query by folder { - auto mails = Store::read(Query::Query().filter(folderIdentifier)); + auto mails = Store::read(Query().filter(folderIdentifier)); bool found = false; for (const auto m : mails) { if (m.identifier() == mail.identifier()) { -- cgit v1.2.3