summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeGUI/QCMakePresetComboBoxTest.h
blob: d1e0770ef4c22df9671275204835f5bd74d9cb21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
   file LICENSE.rst or https://cmake.org/licensing for details.  */
#pragma once

#include "QCMakePresetComboBox.h"
#include <QObject>

class QCMakePresetComboBoxTest : public QObject
{
  Q_OBJECT
private slots:
  void changePresets();
};