forked from qt-creator/qt-creator
Designer: Rename formeditorw.{cpp,h} -> formeditor.{cpp,h}
Change-Id: I90412be98c4c506742c866f8900489a5e33b0e4d Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -22,7 +22,7 @@ add_qtc_plugin(Designer
|
|||||||
formeditorfactory.cpp formeditorfactory.h
|
formeditorfactory.cpp formeditorfactory.h
|
||||||
formeditorplugin.cpp formeditorplugin.h
|
formeditorplugin.cpp formeditorplugin.h
|
||||||
formeditorstack.cpp formeditorstack.h
|
formeditorstack.cpp formeditorstack.h
|
||||||
formeditorw.cpp formeditorw.h
|
formeditor.cpp formeditor.h
|
||||||
formtemplatewizardpage.cpp formtemplatewizardpage.h
|
formtemplatewizardpage.cpp formtemplatewizardpage.h
|
||||||
formwindoweditor.cpp formwindoweditor.h
|
formwindoweditor.cpp formwindoweditor.h
|
||||||
formwindowfile.cpp formwindowfile.h
|
formwindowfile.cpp formwindowfile.h
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ QtcPlugin {
|
|||||||
"formeditorfactory.cpp", "formeditorfactory.h",
|
"formeditorfactory.cpp", "formeditorfactory.h",
|
||||||
"formeditorplugin.cpp", "formeditorplugin.h",
|
"formeditorplugin.cpp", "formeditorplugin.h",
|
||||||
"formeditorstack.cpp", "formeditorstack.h",
|
"formeditorstack.cpp", "formeditorstack.h",
|
||||||
"formeditorw.cpp", "formeditorw.h",
|
"formeditor.cpp", "formeditor.h",
|
||||||
"formtemplatewizardpage.cpp", "formtemplatewizardpage.h",
|
"formtemplatewizardpage.cpp", "formtemplatewizardpage.h",
|
||||||
"formwindoweditor.cpp", "formwindoweditor.h",
|
"formwindoweditor.cpp", "formwindoweditor.h",
|
||||||
"formwindowfile.cpp", "formwindowfile.h",
|
"formwindowfile.cpp", "formwindowfile.h",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// 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 "designercontext.h"
|
#include "designercontext.h"
|
||||||
#include "formeditorw.h"
|
#include "formeditor.h"
|
||||||
|
|
||||||
#include <QDesignerFormEditorInterface>
|
#include <QDesignerFormEditorInterface>
|
||||||
#include <QDesignerIntegration>
|
#include <QDesignerIntegration>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// 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 "editorwidget.h"
|
#include "editorwidget.h"
|
||||||
#include "formeditorw.h"
|
#include "formeditor.h"
|
||||||
#include "formeditorstack.h"
|
#include "formeditorstack.h"
|
||||||
|
|
||||||
#include <coreplugin/editormanager/ieditor.h>
|
#include <coreplugin/editormanager/ieditor.h>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#include "designertr.h"
|
#include "designertr.h"
|
||||||
#include "editordata.h"
|
#include "editordata.h"
|
||||||
#include "editorwidget.h"
|
#include "editorwidget.h"
|
||||||
#include "formeditorw.h"
|
#include "formeditor.h"
|
||||||
#include "formwindoweditor.h"
|
#include "formwindoweditor.h"
|
||||||
#include "formwindowfile.h"
|
#include "formwindowfile.h"
|
||||||
#include "qtcreatorintegration.h"
|
#include "qtcreatorintegration.h"
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#include "designerconstants.h"
|
#include "designerconstants.h"
|
||||||
#include "designertr.h"
|
#include "designertr.h"
|
||||||
#include "formeditorw.h"
|
#include "formeditor.h"
|
||||||
|
|
||||||
#include <coreplugin/coreconstants.h>
|
#include <coreplugin/coreconstants.h>
|
||||||
#include <projectexplorer/projectexplorerconstants.h>
|
#include <projectexplorer/projectexplorerconstants.h>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
#include "designerconstants.h"
|
#include "designerconstants.h"
|
||||||
#include "designertr.h"
|
#include "designertr.h"
|
||||||
#include "formeditorfactory.h"
|
#include "formeditorfactory.h"
|
||||||
#include "formeditorw.h"
|
#include "formeditor.h"
|
||||||
#include "formtemplatewizardpage.h"
|
#include "formtemplatewizardpage.h"
|
||||||
|
|
||||||
#ifdef CPP_ENABLED
|
#ifdef CPP_ENABLED
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#include "designerconstants.h"
|
#include "designerconstants.h"
|
||||||
#include "formwindoweditor.h"
|
#include "formwindoweditor.h"
|
||||||
#include "formeditorw.h"
|
#include "formeditor.h"
|
||||||
#include "formwindowfile.h"
|
#include "formwindowfile.h"
|
||||||
|
|
||||||
#include <widgethost.h>
|
#include <widgethost.h>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// 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 "designertr.h"
|
#include "designertr.h"
|
||||||
#include "formeditorw.h"
|
#include "formeditor.h"
|
||||||
#include "formtemplatewizardpage.h"
|
#include "formtemplatewizardpage.h"
|
||||||
|
|
||||||
#include <projectexplorer/jsonwizard/jsonwizardpagefactory.h>
|
#include <projectexplorer/jsonwizard/jsonwizardpagefactory.h>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include "formeditorplugin.h"
|
#include "formeditorplugin.h"
|
||||||
|
|
||||||
#include "formeditorw.h"
|
#include "formeditor.h"
|
||||||
|
|
||||||
#include <coreplugin/editormanager/editormanager.h>
|
#include <coreplugin/editormanager/editormanager.h>
|
||||||
#include <coreplugin/testdatadir.h>
|
#include <coreplugin/testdatadir.h>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#include "designerconstants.h"
|
#include "designerconstants.h"
|
||||||
#include "designertr.h"
|
#include "designertr.h"
|
||||||
#include "formeditorw.h"
|
#include "formeditor.h"
|
||||||
#include "formwindoweditor.h"
|
#include "formwindoweditor.h"
|
||||||
|
|
||||||
#include <widgethost.h>
|
#include <widgethost.h>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#include "designerconstants.h"
|
#include "designerconstants.h"
|
||||||
#include "designertr.h"
|
#include "designertr.h"
|
||||||
#include "formeditorw.h"
|
#include "formeditor.h"
|
||||||
|
|
||||||
#include <coreplugin/icontext.h>
|
#include <coreplugin/icontext.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user