blob: 0d04fa24a0257bb7d8a2da3a7b4bada568c92879 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#include "utilsprovider.h"
using namespace ScxmlEditor::PluginInterface;
UtilsProvider::UtilsProvider(QObject *parent)
: QObject(parent)
{
}
|