aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/modelinglib/qmt/model_controller/mcontainer.h
blob: 376a61c844b014d251649e47c16822c1a9175922 (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 WITH Qt-GPL-exception-1.0

#pragma once

#include "qmt/controller/container.h"
#include "qmt/model/melement.h"

namespace qmt {

class QMT_EXPORT MContainer : public Container<MElement>
{
};

} // namespace qmt