File indexing completed on 2025-01-05 05:18:57
0001 // SPDX-FileCopyrightText: 2023-2024 Laurent Montel <montel.org> 0002 // 0003 // SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL 0004 0005 #include "kllmconfiguredialogtest.h" 0006 #include "KLLMConfigureDialog.h" 0007 #include <QTest> 0008 QTEST_MAIN(KLLMConfigureDialogTest) 0009 KLLMConfigureDialogTest::KLLMConfigureDialogTest(QObject *parent) 0010 : QObject{parent} 0011 { 0012 } 0013 0014 void KLLMConfigureDialogTest::shouldHaveDefaultValues() 0015 { 0016 KLLMWidgets::KLLMConfigureDialog w; 0017 // TODO 0018 } 0019 0020 #include "moc_kllmconfiguredialogtest.cpp"