We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 8fdbc64 commit 856a690Copy full SHA for 856a690
src/app/qgisapp.cpp
@@ -1656,7 +1656,7 @@ static void buildSupportedVectorFileFilter_(QString & fileFilters)
1656
// theoreticaly we can open those files because there exists a
1657
// driver for them, the user will have to use the "All Files" to
1658
// open datasets with no explicitly defined file name extension.
1659
- QgsDebugMsg("Driver count: " + QString::number(driverRegistrar->GetDriverCount());
+ QgsDebugMsg("Driver count: " + QString::number(driverRegistrar->GetDriverCount()));
1660
1661
for (int i = 0; i < driverRegistrar->GetDriverCount(); ++i)
1662
{
0 commit comments