We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 18cfe54 commit ed6d18eCopy full SHA for ed6d18e
src/widgets/projectionselector/qgsprojectionselector.cpp
@@ -407,12 +407,9 @@ long QgsProjectionSelector::getCurrentLongAttribute(QString attributeName)
407
return mySrid.toLong();
408
}
409
410
- else
411
- {
412
- // No node is selected, return null
413
- return (long)NULL;
414
- }
415
+ // No node is selected, return null
+ return (long)NULL;
416
417
418
0 commit comments