forked from qt-creator/qt-creator
ResourceEditor: Rename oddly-named resourceeditorw files
Change-Id: Idfa59b2562e30c80eed5ffe378f1b2a8743463b9 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
@@ -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"
|
@@ -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"
|
||||
]
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user