Files
cmake/Tests/CMakeGUI/QCMakePresetComboBoxTest.h
T
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

15 lines
318 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 "QCMakePresetComboBox.h"
class QCMakePresetComboBoxTest : public QObject
{
Q_OBJECT
private slots:
void changePresets();
};