Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Kitware
GitHub Repository: Kitware/CMake
Path: blob/master/Tests/CMakeGUI/QCMakeCacheModelTest.h
3150 views
1
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
2
file LICENSE.rst or https://cmake.org/licensing for details. */
3
#pragma once
4
5
#include "QCMakeCacheView.h"
6
#include <QObject>
7
8
class QCMakeCacheModelTest : public QObject
9
{
10
Q_OBJECT
11
private slots:
12
void setNewProperties();
13
void setNewProperties_data();
14
};
15
16