mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix for ticket #10
git-svn-id: http://svn.osgeo.org/qgis/trunk@5298 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
8f0cc506f9
commit
54681bdb7a
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user