We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3fade commit 471b447Copy full SHA for 471b447
src/providers/gdal/qgsgdaldataitems.cpp
@@ -34,6 +34,7 @@ QgsGdalLayerItem::QgsGdalLayerItem( QgsDataItem *parent,
34
if ( sublayers && !sublayers->isEmpty() )
35
{
36
mSublayers = *sublayers;
37
+ mCapabilities |= Fertile;
38
setState( NotPopulated );
39
}
40
else
0 commit comments