forked from qt-creator/qt-creator
ScxmlEditor: Rename scxmleditorfactory.h and scxmleditordata.cpp
... to scxmleditor.h and scxmleditor.cpp so it looks like a normal file pair again. Change-Id: I5be9d78cf39cba2a04525aca79e36b8283f08870 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -86,9 +86,8 @@ add_qtc_plugin(ScxmlEditor
|
|||||||
scxmleditor_global.h
|
scxmleditor_global.h
|
||||||
scxmleditortr.h
|
scxmleditortr.h
|
||||||
scxmleditorconstants.h
|
scxmleditorconstants.h
|
||||||
scxmleditordata.cpp
|
scxmleditor.cpp scxmleditor.h
|
||||||
scxmleditordocument.cpp scxmleditordocument.h
|
scxmleditordocument.cpp scxmleditordocument.h
|
||||||
scxmleditorfactory.h
|
|
||||||
scxmleditorplugin.cpp
|
scxmleditorplugin.cpp
|
||||||
scxmleditorstack.cpp scxmleditorstack.h
|
scxmleditorstack.cpp scxmleditorstack.h
|
||||||
scxmltexteditor.cpp scxmltexteditor.h
|
scxmltexteditor.cpp scxmltexteditor.h
|
||||||
|
|||||||
@@ -21,9 +21,8 @@ QtcPlugin {
|
|||||||
files: [
|
files: [
|
||||||
"scxmleditor_global.h", "scxmleditortr.h",
|
"scxmleditor_global.h", "scxmleditortr.h",
|
||||||
"scxmleditorconstants.h",
|
"scxmleditorconstants.h",
|
||||||
"scxmleditordata.cpp",
|
"scxmleditor.cpp", "scxmleditor.h",
|
||||||
"scxmleditordocument.cpp", "scxmleditordocument.h",
|
"scxmleditordocument.cpp", "scxmleditordocument.h",
|
||||||
"scxmleditorfactory.h",
|
|
||||||
"scxmleditorplugin.cpp",
|
"scxmleditorplugin.cpp",
|
||||||
"scxmleditorstack.cpp", "scxmleditorstack.h",
|
"scxmleditorstack.cpp", "scxmleditorstack.h",
|
||||||
"scxmltexteditor.cpp", "scxmltexteditor.h",
|
"scxmltexteditor.cpp", "scxmltexteditor.h",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
// Copyright (C) 2016 The Qt Company Ltd.
|
// Copyright (C) 2016 The Qt Company Ltd.
|
||||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||||
|
|
||||||
#include "scxmleditorfactory.h"
|
#include "scxmleditor.h"
|
||||||
|
|
||||||
#include <extensionsystem/iplugin.h>
|
#include <extensionsystem/iplugin.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user