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
Tobias Hunger
qt-creator
Commits
5c516771
Commit
5c516771
authored
Dec 12, 2008
by
Thorbjørn Lindeijer
Browse files
Renamed cpptools.cpp to cpptoolsplugin.cpp
To match the class name, CppToolsPlugin.
parent
5dcd3962
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/plugins/cpptools/cpptools.pro
View file @
5c516771
...
...
@@ -21,11 +21,11 @@ SOURCES += cppquickopenfilter.cpp \
cppfunctionsfilter
.
cpp
#
Input
SOURCES
+=
cpptools
.
cpp
\
SOURCES
+=
cpptools
plugin
.
cpp
\
cppmodelmanager
.
cpp
\
cppcodecompletion
.
cpp
\
cpphoverhandler
.
cpp
HEADERS
+=
cpptools
.
h
\
HEADERS
+=
cpptools
plugin
.
h
\
cppmodelmanager
.
h
\
cppcodecompletion
.
h
\
cpphoverhandler
.
h
\
...
...
src/plugins/cpptools/cpptools.cpp
→
src/plugins/cpptools/cpptools
plugin
.cpp
View file @
5c516771
...
...
@@ -31,7 +31,7 @@
**
***************************************************************************/
#include "cpptools.h"
#include "cpptools
plugin
.h"
#include "cppclassesfilter.h"
#include "cppcodecompletion.h"
#include "cppfunctionsfilter.h"
...
...
src/plugins/cpptools/cpptools.h
→
src/plugins/cpptools/cpptools
plugin
.h
View file @
5c516771
File moved
Write
Preview
Markdown
is supported
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