ResourceEditor: Rename oddly-named resourceeditorw files

Change-Id: Idfa59b2562e30c80eed5ffe378f1b2a8743463b9
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
hjk
2024-01-17 17:04:18 +01:00
parent e8f24f2e12
commit c121ec656f
5 changed files with 10 additions and 8 deletions

View File

@@ -7,9 +7,11 @@ add_qtc_plugin(ResourceEditor
qrceditor/resourceview.cpp qrceditor/resourceview.h qrceditor/resourceview.cpp qrceditor/resourceview.h
qrceditor/undocommands.cpp qrceditor/undocommands_p.h qrceditor/undocommands.cpp qrceditor/undocommands_p.h
resource_global.h resource_global.h
resourceeditor.cpp
resourceeditor.h
resourceeditorconstants.h resourceeditorconstants.h
resourceeditorplugin.cpp resourceeditorplugin.cpp
resourceeditortr.h resourceeditortr.h
resourceeditorw.cpp resourceeditorw.h resourcenode.cpp
resourcenode.cpp resourcenode.h resourcenode.h
) )

View File

@@ -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 "resourceeditorw.h" #include "resourceeditor.h"
#include "projectexplorer/projectexplorerconstants.h" #include "projectexplorer/projectexplorerconstants.h"
#include "resourceeditorconstants.h" #include "resourceeditorconstants.h"
@@ -421,4 +421,4 @@ void setupResourceEditor(QObject *guard)
} // ResourceEditor::Internal } // ResourceEditor::Internal
#include "resourceeditorw.moc" #include "resourceeditor.moc"

View File

@@ -14,12 +14,12 @@ QtcPlugin {
Group { Group {
name: "General" name: "General"
files: [ files: [
"resource_global.h",
"resourceeditor.cpp",
"resourceeditor.h",
"resourceeditorconstants.h", "resourceeditorconstants.h",
"resourceeditorplugin.cpp", "resourceeditorplugin.cpp",
"resourceeditortr.h", "resourceeditortr.h",
"resourceeditorw.cpp",
"resourceeditorw.h",
"resource_global.h",
"resourcenode.cpp", "resourcenode.cpp",
"resourcenode.h" "resourcenode.h"
] ]

View File

@@ -1,9 +1,9 @@
// 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 "resourceeditor.h"
#include "resourceeditorconstants.h" #include "resourceeditorconstants.h"
#include "resourceeditortr.h" #include "resourceeditortr.h"
#include "resourceeditorw.h"
#include "resourcenode.h" #include "resourcenode.h"
#include <coreplugin/icore.h> #include <coreplugin/icore.h>