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
9248e2cf
Commit
9248e2cf
authored
Sep 30, 2010
by
Thorbjørn Lindeijer
Browse files
Fixed compile on case-sensitive file systems
parent
a5102501
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/cppeditor/cppinsertdecldef.cpp
View file @
9248e2cf
...
...
@@ -39,7 +39,7 @@
#include <cplusplus/CppRewriter.h>
#include <cplusplus/LookupContext.h>
#include <cplusplus/Overview.h>
#include <cpptools/
I
nsertion
P
oint
L
ocator.h>
#include <cpptools/
i
nsertion
p
oint
l
ocator.h>
#include <QtCore/QCoreApplication>
...
...
src/plugins/cpptools/insertionpointlocator.cpp
View file @
9248e2cf
...
...
@@ -27,9 +27,9 @@
**
**************************************************************************/
#include "
C
pp
T
ools
P
lugin.h"
#include "
c
pp
t
ools
p
lugin.h"
#include "cpprefactoringchanges.h"
#include "
I
nsertion
P
oint
L
ocator.h"
#include "
i
nsertion
p
oint
l
ocator.h"
#include <AST.h>
#include <ASTVisitor.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