C++: Renamed cppdeclfromdef.{cpp,h} to cppinsertdecldef.{cpp,h}

This commit is contained in:
Erik Verbruggen
2010-09-02 15:17:57 +02:00
parent d0c5f55d96
commit 9a00b8ba27
5 changed files with 7 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ HEADERS += cppplugin.h \
cppchecksymbols.h \
cppsemanticinfo.h \
cppoutline.h \
cppdeclfromdef.h \
cppinsertdecldef.h \
cpplocalsymbols.h \
cpptypehierarchy.h \
cppelementevaluator.h
@@ -35,7 +35,7 @@ SOURCES += cppplugin.cpp \
cppchecksymbols.cpp \
cppsemanticinfo.cpp \
cppoutline.cpp \
cppdeclfromdef.cpp \
cppinsertdecldef.cpp \
cpplocalsymbols.cpp \
cpptypehierarchy.cpp \
cppelementevaluator.cpp

View File

@@ -27,10 +27,7 @@
**
**************************************************************************/
#include "cppdeclfromdef.h"
#include <Literals.h> //### remove
#include <QDebug> //###remove
#include "cppinsertdecldef.h"
#include <AST.h>
#include <ASTVisitor.h>

View File

@@ -27,8 +27,8 @@
**
**************************************************************************/
#ifndef CPPDECLFROMDEF_H
#define CPPDECLFROMDEF_H
#ifndef CPPINSERTDECLDEF_H
#define CPPINSERTDECLDEF_H
#include "cppquickfix.h"
@@ -56,4 +56,4 @@ protected:
} // namespace Internal
} // namespace CppEditor
#endif // CPPDECLFROMDEF_H
#endif // CPPINSERTDECLDEF_H

View File

@@ -29,7 +29,6 @@
#include "cppquickfix.h"
#include "cppeditor.h"
#include "cppdeclfromdef.h"
#include <AST.h>
#include <TranslationUnit.h>

View File

@@ -29,7 +29,7 @@
#include "cppeditor.h"
#include "cppquickfix.h"
#include "cppdeclfromdef.h"
#include "cppinsertdecldef.h"
#include <ASTVisitor.h>
#include <AST.h>