forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.11'
Change-Id: I65ce6aa917219a8f8b91b48c7077f8097248375c
This commit is contained in:
@@ -360,6 +360,8 @@ void ProjectTreeWidget::rowsInserted(const QModelIndex &parent, int start, int e
|
||||
|
||||
Node *ProjectTreeWidget::nodeForFile(const FilePath &fileName)
|
||||
{
|
||||
if (fileName.isEmpty())
|
||||
return nullptr;
|
||||
Node *bestNode = nullptr;
|
||||
int bestNodeExpandCount = INT_MAX;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user