Skip to content

Commit

Permalink
Fix for qmakes unbalanced parantheses warning
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_9_1@7739 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Dec 7, 2007
1 parent 8fdbc64 commit 856a690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -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)
{
Expand Down

0 comments on commit 856a690

Please sign in to comment.