blob: 650dfc4c29a5be40e75fe09a94ebc8a63e284ff4 [file] [log] [blame]
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file LICENSE.rst or https://cmake.org/licensing for details. */
#pragma once
#include "QCMakePreset.h"
#include <QObject>
class QCMakePresetTest : public QObject
{
Q_OBJECT
private slots:
void equality();
void equality_data();
};