diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/teststore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/teststore.cpp b/tests/teststore.cpp index 6dbe5622..e5a3ea88 100644 --- a/tests/teststore.cpp +++ b/tests/teststore.cpp | |||
@@ -73,7 +73,7 @@ static void createMail(const QVariantMap &object, const QByteArray &folder = {}) | |||
73 | mb, | 73 | mb, |
74 | object["subject"].toString(), | 74 | object["subject"].toString(), |
75 | object["body"].toString(), | 75 | object["body"].toString(), |
76 | {}, | 76 | object["bodyIsHtml"].toBool(), |
77 | {}, | 77 | {}, |
78 | {}, | 78 | {}, |
79 | {}); | 79 | {}); |