Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
9a00b8ba
Commit
9a00b8ba
authored
Sep 02, 2010
by
Erik Verbruggen
Browse files
C++: Renamed cppdeclfromdef.{cpp,h} to cppinsertdecldef.{cpp,h}
parent
d0c5f55d
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/plugins/cppeditor/cppeditor.pro
View file @
9a00b8ba
...
...
@@ -19,7 +19,7 @@ HEADERS += cppplugin.h \
cppchecksymbols
.
h
\
cppsemanticinfo
.
h
\
cppoutline
.
h
\
cppdecl
from
def
.
h
\
cpp
insert
decldef
.
h
\
cpplocalsymbols
.
h
\
cpptypehierarchy
.
h
\
cppelementevaluator
.
h
...
...
@@ -35,7 +35,7 @@ SOURCES += cppplugin.cpp \
cppchecksymbols
.
cpp
\
cppsemanticinfo
.
cpp
\
cppoutline
.
cpp
\
cppdecl
from
def
.
cpp
\
cpp
insert
decldef
.
cpp
\
cpplocalsymbols
.
cpp
\
cpptypehierarchy
.
cpp
\
cppelementevaluator
.
cpp
...
...
src/plugins/cppeditor/cppdecl
from
def.cpp
→
src/plugins/cppeditor/cpp
insert
decldef.cpp
View file @
9a00b8ba
...
...
@@ -27,10 +27,7 @@
**
**************************************************************************/
#include "cppdeclfromdef.h"
#include <Literals.h> //### remove
#include <QDebug> //###remove
#include "cppinsertdecldef.h"
#include <AST.h>
#include <ASTVisitor.h>
...
...
src/plugins/cppeditor/cppdecl
from
def.h
→
src/plugins/cppeditor/cpp
insert
decldef.h
View file @
9a00b8ba
...
...
@@ -27,8 +27,8 @@
**
**************************************************************************/
#ifndef CPPDECL
FROM
DEF_H
#define CPPDECL
FROM
DEF_H
#ifndef CPP
INSERT
DECLDEF_H
#define CPP
INSERT
DECLDEF_H
#include "cppquickfix.h"
...
...
@@ -56,4 +56,4 @@ protected:
}
// namespace Internal
}
// namespace CppEditor
#endif // CPPDECL
FROM
DEF_H
#endif // CPP
INSERT
DECLDEF_H
src/plugins/cppeditor/cppquickfix.cpp
View file @
9a00b8ba
...
...
@@ -29,7 +29,6 @@
#include "cppquickfix.h"
#include "cppeditor.h"
#include "cppdeclfromdef.h"
#include <AST.h>
#include <TranslationUnit.h>
...
...
src/plugins/cppeditor/cppquickfixes.cpp
View file @
9a00b8ba
...
...
@@ -29,7 +29,7 @@
#include "cppeditor.h"
#include "cppquickfix.h"
#include "cppdecl
from
def.h"
#include "cpp
insert
decldef.h"
#include <ASTVisitor.h>
#include <AST.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment