File indexing completed on 2025-01-26 04:57:20

0001 /*
0002    SPDX-FileCopyrightText: 2016-2024 Laurent Montel <montel@kde.org>
0003 
0004    SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 
0007 #include "downloadlocaldatabasethreadtest.h"
0008 #include "../downloadlocaldatabasethread.h"
0009 
0010 #include <QTest>
0011 
0012 DownloadLocalDatabaseThreadTest::DownloadLocalDatabaseThreadTest(QObject *parent)
0013     : QObject(parent)
0014 {
0015 }
0016 
0017 DownloadLocalDatabaseThreadTest::~DownloadLocalDatabaseThreadTest() = default;
0018 
0019 QTEST_GUILESS_MAIN(DownloadLocalDatabaseThreadTest)
0020 
0021 #include "moc_downloadlocaldatabasethreadtest.cpp"