forked from qt-creator/qt-creator
C++: Renamed cppdeclfromdef.{cpp,h} to cppinsertdecldef.{cpp,h}
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -27,10 +27,7 @@
|
||||
**
|
||||
**************************************************************************/
|
||||
|
||||
#include "cppdeclfromdef.h"
|
||||
|
||||
#include <Literals.h> //### remove
|
||||
#include <QDebug> //###remove
|
||||
#include "cppinsertdecldef.h"
|
||||
|
||||
#include <AST.h>
|
||||
#include <ASTVisitor.h>
|
||||
@@ -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
|
||||
@@ -29,7 +29,6 @@
|
||||
|
||||
#include "cppquickfix.h"
|
||||
#include "cppeditor.h"
|
||||
#include "cppdeclfromdef.h"
|
||||
|
||||
#include <AST.h>
|
||||
#include <TranslationUnit.h>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
#include "cppeditor.h"
|
||||
#include "cppquickfix.h"
|
||||
#include "cppdeclfromdef.h"
|
||||
#include "cppinsertdecldef.h"
|
||||
|
||||
#include <ASTVisitor.h>
|
||||
#include <AST.h>
|
||||
|
||||
Reference in New Issue
Block a user