Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
- QgisInterface's functions addRasterLayer/addVectorLayer return poin…
…ter to layer instead of just bool - renamed QgisApp::addLayer to more appropriate QgisApp::addVectorLayer - cleanups in loading of raster/vector layers in QgisApp git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8055 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
Showing
with
93 additions
and 255 deletions.
- +2 −4 python/gui/qgisinterface.sip
- +55 −181 src/app/qgisapp.cpp
- +12 −23 src/app/qgisapp.h
- +15 −20 src/app/qgisappinterface.cpp
- +2 −9 src/app/qgisappinterface.h
- +3 −4 src/gui/qgisinterface.h
- +1 −2 src/plugins/grass/qgsgrassbrowser.cpp
- +1 −2 src/plugins/grass/qgsgrassmodule.cpp
- +2 −10 src/plugins/grass/qgsgrassplugin.cpp
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.