forked from qt-creator/qt-creator
Merge remote branch 'origin/2.0'
Conflicts: share/qtcreator/gdbmacros/dumper.py src/libs/qmljs/qmljs-lib.pri src/plugins/fakevim/fakevimhandler.cpp
This commit is contained in:
@@ -316,7 +316,7 @@ struct InternalNode
|
||||
#endif
|
||||
QStringListIterator it(parts);
|
||||
InternalNode *currentNode = this;
|
||||
QString path = (isRelative ? projectDir : "");
|
||||
QString path = (isRelative ? projectDirWithSeparator : "");
|
||||
while (it.hasNext()) {
|
||||
const QString &key = it.next();
|
||||
if (it.hasNext()) { // key is directory
|
||||
|
||||
Reference in New Issue
Block a user