BinEditor: Rename bineditor files to bineditorwidget

Change-Id: Iaa94238cd6a53db1da8dd28c4bc4b6552a7b493f
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2016-06-26 22:09:29 +03:00
committed by Orgad Shaneh
parent 5fcf0c438f
commit 6d6f30285a
5 changed files with 6 additions and 6 deletions

View File

@@ -1,10 +1,10 @@
include(../../qtcreatorplugin.pri) include(../../qtcreatorplugin.pri)
HEADERS += bineditorplugin.h \ HEADERS += bineditorplugin.h \
bineditor.h \ bineditorwidget.h \
bineditorconstants.h \ bineditorconstants.h \
markup.h markup.h
SOURCES += bineditorplugin.cpp \ SOURCES += bineditorplugin.cpp \
bineditor.cpp \ bineditorwidget.cpp \
markup.cpp markup.cpp

View File

@@ -11,8 +11,8 @@ QtcPlugin {
Depends { name: "TextEditor" } Depends { name: "TextEditor" }
files: [ files: [
"bineditor.cpp", "bineditorwidget.cpp",
"bineditor.h", "bineditorwidget.h",
"bineditorconstants.h", "bineditorconstants.h",
"bineditorplugin.cpp", "bineditorplugin.cpp",
"bineditorplugin.h", "bineditorplugin.h",

View File

@@ -24,7 +24,7 @@
****************************************************************************/ ****************************************************************************/
#include "bineditorplugin.h" #include "bineditorplugin.h"
#include "bineditor.h" #include "bineditorwidget.h"
#include "bineditorconstants.h" #include "bineditorconstants.h"
#include <coreplugin/icore.h> #include <coreplugin/icore.h>

View File

@@ -23,7 +23,7 @@
** **
****************************************************************************/ ****************************************************************************/
#include "bineditor.h" #include "bineditorwidget.h"
#include <texteditor/fontsettings.h> #include <texteditor/fontsettings.h>
#include <texteditor/texteditorconstants.h> #include <texteditor/texteditorconstants.h>