File indexing completed on 2025-01-19 12:48:34
0001 /* 0002 This file is part of the KDE libraries 0003 SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com> 0004 Work sponsored by the LiMux project of the city of Munich 0005 0006 SPDX-License-Identifier: LGPL-2.0-only 0007 */ 0008 0009 #ifndef KFILECUSTOMDIALOGTEST_H 0010 #define KFILECUSTOMDIALOGTEST_H 0011 0012 #include <QObject> 0013 0014 class KFileCustomDialogTest : public QObject 0015 { 0016 Q_OBJECT 0017 private Q_SLOTS: 0018 void shouldHaveDefaultValue(); 0019 }; 0020 0021 #endif // KFILECUSTOMDIALOGTEST_H