File indexing completed on 2024-12-22 04:52:51

0001 /*
0002     SPDX-FileCopyrightText: 2009 Igor Trindade Oliveira <igor_trindade@yahoo.com.br>
0003     based on kdepimlibs/akonadi/tests/benchmarker.cpp wrote by Robert Zwerus <arzie@dds.nl>
0004 
0005     SPDX-License-Identifier: LGPL-2.0-or-later
0006 */
0007 
0008 #pragma once
0009 
0010 #include "maildir.h"
0011 
0012 class MailDir20PercentAsRead : public MailDir
0013 {
0014     Q_OBJECT
0015 public:
0016     MailDir20PercentAsRead();
0017     void runTest() override;
0018 };