Files
cmake/Tests/CMakeGUI/QCMakePresetTest.h
Brad King 8aa26d3ed5 Tests/CMakeGUI: Reformat sources with clang-format-18
Somehow the `#include` order got out of sync with `clang-format-18`.
2026-08-10 12:16:47 -04:00

16 lines
321 B
C++

/* 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 "QCMakePreset.h"
class QCMakePresetTest : public QObject
{
Q_OBJECT
private slots:
void equality();
void equality_data();
};