diff options
Diffstat (limited to 'Tests/CMakeGUI/QCMakePresetComboBoxTest.h')
-rw-r--r-- | Tests/CMakeGUI/QCMakePresetComboBoxTest.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Tests/CMakeGUI/QCMakePresetComboBoxTest.h b/Tests/CMakeGUI/QCMakePresetComboBoxTest.h new file mode 100644 index 0000000000..433adbb42e --- /dev/null +++ b/Tests/CMakeGUI/QCMakePresetComboBoxTest.h @@ -0,0 +1,13 @@ +/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying + file Copyright.txt or https://cmake.org/licensing for details. */ +#pragma once + +#include "QCMakePresetComboBox.h" +#include <QObject> + +class QCMakePresetComboBoxTest : public QObject +{ + Q_OBJECT +private slots: + void changePresets(); +}; |