umbrello 25.04.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
testoptionstate.h
Go to the documentation of this file.
1/*
2 SPDX-FileCopyrightText: 2015 Ralf Habacker <ralf.habacker@freenet.de>
3
4 SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
5*/
6
7#ifndef TESTOPTIONSTATE_H
8#define TESTOPTIONSTATE_H
9
10#include "testbase.h"
11
13{
14 Q_OBJECT
15
16private Q_SLOTS:
17 void test_create();
18 void test_saveAndLoad();
19};
20
21#endif // TESTOPTIONSTATE_H
Definition testbase.h:34
Definition testoptionstate.h:13
void test_create()
Definition testoptionstate.cpp:11
void test_saveAndLoad()
Definition testoptionstate.cpp:24