|
|
|
@ -22,10 +22,11 @@ |
|
|
|
#include <qtest.h> |
|
|
|
#include <qtest.h> |
|
|
|
#include <QTreeWidget> |
|
|
|
#include <QTreeWidget> |
|
|
|
#include "../archivemailwidget.h" |
|
|
|
#include "../archivemailwidget.h" |
|
|
|
|
|
|
|
#include <QStandardPaths> |
|
|
|
ArchiveMailDialogTest::ArchiveMailDialogTest(QObject *parent) |
|
|
|
ArchiveMailDialogTest::ArchiveMailDialogTest(QObject *parent) |
|
|
|
: QObject(parent) |
|
|
|
: QObject(parent) |
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
QStandardPaths::setTestModeEnabled(true); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
ArchiveMailDialogTest::~ArchiveMailDialogTest() |
|
|
|
ArchiveMailDialogTest::~ArchiveMailDialogTest() |
|
|
|
|