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

View File

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

View File

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