You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
505 B

/*
SPDX-FileCopyrightText: 2015-2020 Laurent Montel <montel@kde.org>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef FORMATCOMBOBOXTEST_H
#define FORMATCOMBOBOXTEST_H
#include <QObject>
class FormatComboBoxTest : public QObject
{
Q_OBJECT
public:
explicit FormatComboBoxTest(QObject *parent = nullptr);
~FormatComboBoxTest();
private Q_SLOTS:
void shouldHaveDefaultValue();
void changeCurrentItem_data();
void changeCurrentItem();
};
#endif // FORMATCOMBOBOXTEST_H