forked from qt-creator/qt-creator
BinEditor: Rename bineditor files to bineditorwidget
Change-Id: Iaa94238cd6a53db1da8dd28c4bc4b6552a7b493f Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
5fcf0c438f
commit
6d6f30285a
@@ -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
|
||||||
|
@@ -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",
|
||||||
|
@@ -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>
|
||||||
|
@@ -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>
|
Reference in New Issue
Block a user