File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/plugins/plugin_template Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ Documentation:
99
1010You really need to read the QGIS API Documentation now at:
1111
12- http://svn .qgis.org/api_doc/html /
12+ http://doc .qgis.org/
1313
1414In particular look at the following classes:
1515
16- QGisInterface : http://svn .qgis.org/api_doc/html /classQgisInterface.html
17- QgsMapCanvas : http://svn .qgis.org/api_doc/html /classQgsMapCanvas.html
18- QgsMapTool : http://svn .qgis.org/api_doc/html /classQgsMapTool.html
19- QgsPlugin : http://svn .qgis.org/api_doc/html /classQgisPlugin.html
16+ QGisInterface : http://doc .qgis.org/classQgisInterface.html
17+ QgsMapCanvas : http://doc .qgis.org/classQgsMapCanvas.html
18+ QgsMapTool : http://doc .qgis.org/classQgsMapTool.html
19+ QgisPlugin : http://doc .qgis.org/classQgisPlugin.html
2020
2121QGisInterface is an abstract base class (ABC) that specifies what publicly
2222available features of QGIS are exposed to third party code and plugins. An
You can’t perform that action at this time.
0 commit comments