summaryrefslogtreecommitdiff
path: root/src/libs/modelinglib/qmt/diagram_controller/dcontainer.h
blob: 7356371b78bafc7e0a1916532ae99bc9da26e766 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (C) 2016 Jochen Becher
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#pragma once

#include "qmt/controller/container.h"
#include "qmt/diagram/delement.h"

namespace qmt {

class QMT_EXPORT DContainer : public Container<DElement>
{
};

} // namespace qmt