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:
hjk
2023-11-17 18:06:55 +01:00
parent 69b96ff7d2
commit 27084b1884
5 changed files with 3 additions and 5 deletions

View File

@@ -86,9 +86,8 @@ add_qtc_plugin(ScxmlEditor
scxmleditor_global.h
scxmleditortr.h
scxmleditorconstants.h
scxmleditordata.cpp
scxmleditor.cpp scxmleditor.h
scxmleditordocument.cpp scxmleditordocument.h
scxmleditorfactory.h
scxmleditorplugin.cpp
scxmleditorstack.cpp scxmleditorstack.h
scxmltexteditor.cpp scxmltexteditor.h

View File

@@ -21,9 +21,8 @@ QtcPlugin {
files: [
"scxmleditor_global.h", "scxmleditortr.h",
"scxmleditorconstants.h",
"scxmleditordata.cpp",
"scxmleditor.cpp", "scxmleditor.h",
"scxmleditordocument.cpp", "scxmleditordocument.h",
"scxmleditorfactory.h",
"scxmleditorplugin.cpp",
"scxmleditorstack.cpp", "scxmleditorstack.h",
"scxmltexteditor.cpp", "scxmltexteditor.h",

View File

@@ -1,7 +1,7 @@
// 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 "scxmleditorfactory.h"
#include "scxmleditor.h"
#include <extensionsystem/iplugin.h>