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
f4d2b953
Commit
f4d2b953
authored
Aug 20, 2009
by
dt
Browse files
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
parents
6044e340
5b6ccb04
Changes
1
Show whitespace changes
Inline
Side-by-side
src/plugins/cpptools/cppmodelmanager.cpp
View file @
f4d2b953
...
...
@@ -1120,6 +1120,10 @@ void CppModelManager::updateIncludesInPaths(QFutureInterface<void> &future,
const
QString
suffix
=
fileInfo
.
suffix
();
if
(
suffix
.
isEmpty
()
||
suffixes
.
contains
(
suffix
))
{
QString
text
=
fileName
.
mid
(
path
.
length
()
+
1
);
if
(
text
.
isEmpty
())
{
qWarning
()
<<
Q_FUNC_INFO
<<
"Empty filename?"
<<
path
<<
fileName
;
continue
;
}
if
(
fileInfo
.
isDir
())
{
text
+=
QLatin1Char
(
'/'
);
...
...
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