Files
cmake/Tests/CMakeGUI/QCMakeCacheModelTest.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
344 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 "QCMakeCacheView.h"
class QCMakeCacheModelTest : public QObject
{
Q_OBJECT
private slots:
void setNewProperties();
void setNewProperties_data();
};