CppTools: Rename files to comply with coding standard

Rename ModelManagerInterface.(h|cpp) to cppmodelmanagerinterface.(h|cpp).
Rename TypeHierarchyBuilder.(h|cpp) to typehierarchybuilder.(h|cpp).

Change-Id: I035d833fd205d7460819bd0fb7031294359032f9
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
Tobias Hunger
2013-04-02 11:52:31 +02:00
committed by Erik Verbruggen
parent a189ec5537
commit ddafdf55de
32 changed files with 38 additions and 38 deletions

View File

@@ -30,8 +30,7 @@
#include "abstracteditorsupport.h"
#include "cppfilesettingspage.h"
#include "ModelManagerInterface.h"
#include "cppmodelmanagerinterface.h"
#include <cplusplus/Overview.h>
#include <QDebug>

View File

@@ -31,7 +31,7 @@
#define BUILTININDEXINGSUPPORT_H
#include "cppindexingsupport.h"
#include "ModelManagerInterface.h"
#include "cppmodelmanagerinterface.h"
#include <QFutureSynchronizer>

View File

@@ -30,7 +30,7 @@
#include "cppfindreferences.h"
#include "cpptoolsconstants.h"
#include "ModelManagerInterface.h"
#include "cppmodelmanagerinterface.h"
#include <coreplugin/icore.h>
#include <coreplugin/progressmanager/futureprogress.h>

View File

@@ -32,7 +32,7 @@
#include "cpptools_global.h"
#include "cpptoolsconstants.h"
#include "ModelManagerInterface.h"
#include "cppmodelmanagerinterface.h"
#include <projectexplorer/project.h>
#include <texteditor/basetexteditor.h>

View File

@@ -27,7 +27,7 @@
**
****************************************************************************/
#include "ModelManagerInterface.h"
#include "cppmodelmanagerinterface.h"
#include <cplusplus/pp-engine.h>

View File

@@ -31,7 +31,7 @@
#define CPPREFACTORINGCHANGES_H
#include "cpptools_global.h"
#include "ModelManagerInterface.h"
#include "cppmodelmanagerinterface.h"
#include <texteditor/refactoringchanges.h>

View File

@@ -6,6 +6,7 @@ HEADERS += completionsettingspage.h \
cppcurrentdocumentfilter.h \
cppfunctionsfilter.h \
cppmodelmanager.h \
cppmodelmanagerinterface.h \
cpplocatorfilter.h \
cpptools_global.h \
cpptoolsconstants.h \
@@ -39,8 +40,7 @@ HEADERS += completionsettingspage.h \
cpplocalsymbols.h \
cppsemanticinfo.h \
cppcompletionassistprovider.h \
ModelManagerInterface.h \
TypeHierarchyBuilder.h \
typehierarchybuilder.h \
cppindexingsupport.h \
builtinindexingsupport.h \
cpppointerdeclarationformatter.h \
@@ -51,6 +51,7 @@ SOURCES += completionsettingspage.cpp \
cppcurrentdocumentfilter.cpp \
cppfunctionsfilter.cpp \
cppmodelmanager.cpp \
cppmodelmanagerinterface.cpp \
cpplocatorfilter.cpp \
cpptoolseditorsupport.cpp \
cpptoolsplugin.cpp \
@@ -82,8 +83,7 @@ SOURCES += completionsettingspage.cpp \
cpplocalsymbols.cpp \
cppsemanticinfo.cpp \
cppcompletionassistprovider.cpp \
ModelManagerInterface.cpp \
TypeHierarchyBuilder.cpp \
typehierarchybuilder.cpp \
cppindexingsupport.cpp \
builtinindexingsupport.cpp \
cpppointerdeclarationformatter.cpp \

View File

@@ -17,10 +17,6 @@ QtcPlugin {
Depends { name: "LanguageUtils" }
files: [
"ModelManagerInterface.cpp",
"ModelManagerInterface.h",
"TypeHierarchyBuilder.cpp",
"TypeHierarchyBuilder.h",
"abstracteditorsupport.cpp",
"abstracteditorsupport.h",
"commentssettings.cpp",
@@ -72,6 +68,8 @@ QtcPlugin {
"cpplocatorfilter.h",
"cppmodelmanager.cpp",
"cppmodelmanager.h",
"cppmodelmanagerinterface.cpp",
"cppmodelmanagerinterface.h",
"cppqtstyleindenter.cpp",
"cppqtstyleindenter.h",
"cpppointerdeclarationformatter.cpp",
@@ -102,6 +100,8 @@ QtcPlugin {
"symbolfinder.h",
"symbolsfindfilter.cpp",
"symbolsfindfilter.h",
"typehierarchybuilder.cpp",
"typehierarchybuilder.h",
"uicodecompletionsupport.cpp",
"uicodecompletionsupport.h",
"builtinindexingsupport.cpp",

View File

@@ -27,7 +27,7 @@
**
****************************************************************************/
#include "TypeHierarchyBuilder.h"
#include "typehierarchybuilder.h"
#include <cplusplus/DependencyTable.h>
#include <cplusplus/FindUsages.h>

View File

@@ -31,7 +31,7 @@
#define CPPTOOLS_TYPEHIERARCHYBUILDER_H
#include "cpptools_global.h"
#include "ModelManagerInterface.h"
#include "cppmodelmanagerinterface.h"
#include <cplusplus/Overview.h>

View File

@@ -33,7 +33,7 @@
#include "cpptools_global.h"
#include "abstracteditorsupport.h"
#include "ModelManagerInterface.h"
#include "cppmodelmanagerinterface.h"
#include <QDateTime>
#include <QProcess>