blob: 76503e7fe0084f0e114e1b4728edc87ee1b071d9 [file] [edit]
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file LICENSE.rst or https://cmake.org/licensing for details. */
#pragma once
#include <QObject>
#include "QCMakePresetComboBox.h"
class QCMakePresetComboBoxTest : public QObject
{
Q_OBJECT
private slots:
void changePresets();
};