umbrello 2.34.70-5524f40e1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
cmds.h
Go to the documentation of this file.
1/*
2 SPDX-License-Identifier: GPL-2.0-or-later
3 SPDX-FileCopyrightText: 2002-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
4*/
5
6#ifndef CMDS_H
7#define CMDS_H
8
9
10#include <QUndoCommand>
11#include <QUndoStack>
12
18
19/************************************************************
20 * Generic
21 ************************************************************/
25
26/************************************************************
27 * Widgets
28 ************************************************************/
43
44#if QT_VERSION < 0x050000
45#include <kundostack.h>
46#endif
47
48#endif