forked from qt-creator/qt-creator
Fix for not showing Add Exising Files
Patch by Jarek
This commit is contained in:
@@ -750,7 +750,7 @@ QList<ProjectNode::ProjectAction> Qt4PriFileNode::supportedActions(Node *node) c
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
addExistingFiles = addExistingFiles && deploysFolder(node->path());
|
addExistingFiles = addExistingFiles && !deploysFolder(node->path());
|
||||||
|
|
||||||
if (addExistingFiles)
|
if (addExistingFiles)
|
||||||
actions << AddExistingFile;
|
actions << AddExistingFile;
|
||||||
|
|||||||
Reference in New Issue
Block a user