Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[mssql] Fix another scenario when mssql browser item can get stuck in…
… refreshing state forever
  • Loading branch information
nyalldawson committed Oct 2, 2018
1 parent 7c27a5b commit 801fce7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/providers/mssql/qgsmssqldataitems.cpp
Expand Up @@ -264,6 +264,10 @@ QVector<QgsDataItem *> QgsMssqlConnectionItem::createChildren()
setAsPopulated();
}
}
else
{
setAsPopulated();
}

return children;
}
Expand Down

0 comments on commit 801fce7

Please sign in to comment.