Skip to content
GitLab
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
0862afe3
Commit
0862afe3
authored
Jul 06, 2010
by
con
Browse files
Fixes wrong internal folder path for first level project subfolder
Task-number: QTCREATORBUG-1631
parent
cdaae4c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4nodes.cpp
View file @
0862afe3
...
...
@@ -308,7 +308,7 @@ struct InternalNode
#endif
QStringListIterator
it
(
parts
);
InternalNode
*
currentNode
=
this
;
QString
path
=
(
isRelative
?
projectDir
:
""
);
QString
path
=
(
isRelative
?
projectDir
WithSeparator
:
""
);
while
(
it
.
hasNext
())
{
const
QString
&
key
=
it
.
next
();
if
(
it
.
hasNext
())
{
// key is directory
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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