mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix for qmakes unbalanced parantheses warning
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7738 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
012360baaa
commit
63d8be7555
@ -1656,7 +1656,7 @@ static void buildSupportedVectorFileFilter_(QString & fileFilters)
|
|||||||
// theoreticaly we can open those files because there exists a
|
// theoreticaly we can open those files because there exists a
|
||||||
// driver for them, the user will have to use the "All Files" to
|
// driver for them, the user will have to use the "All Files" to
|
||||||
// open datasets with no explicitly defined file name extension.
|
// open datasets with no explicitly defined file name extension.
|
||||||
QgsDebugMsg("Driver count: " + QString::number(driverRegistrar->GetDriverCount());
|
QgsDebugMsg("Driver count: " + QString::number(driverRegistrar->GetDriverCount()));
|
||||||
|
|
||||||
for (int i = 0; i < driverRegistrar->GetDriverCount(); ++i)
|
for (int i = 0; i < driverRegistrar->GetDriverCount(); ++i)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user