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:
mhugent 2007-12-07 08:05:27 +00:00
parent 012360baaa
commit 63d8be7555

View File

@ -1656,7 +1656,7 @@ static void buildSupportedVectorFileFilter_(QString & fileFilters)
// theoreticaly we can open those files because there exists a
// driver for them, the user will have to use the "All Files" to
// 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)
{