Fix for ticket #10

git-svn-id: http://svn.osgeo.org/qgis/trunk@5298 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
g_j_m 2006-04-18 08:17:06 +00:00
parent 8f0cc506f9
commit 54681bdb7a

View File

@ -407,12 +407,9 @@ long QgsProjectionSelector::getCurrentLongAttribute(QString attributeName)
return mySrid.toLong();
}
}
else
{
// No node is selected, return null
return (long)NULL;
}
// No node is selected, return null
return (long)NULL;
}