From f27a7612cb4f6103289b43075db6945774d38419 Mon Sep 17 00:00:00 2001 From: Luigi Pirelli Date: Tue, 6 Feb 2018 23:48:00 +0100 Subject: [PATCH] Added a use case get from a plugin documentation --- Plugin-migration-to-QGIS-3.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Plugin-migration-to-QGIS-3.md b/Plugin-migration-to-QGIS-3.md index 3d09780..df41a36 100644 --- a/Plugin-migration-to-QGIS-3.md +++ b/Plugin-migration-to-QGIS-3.md @@ -31,4 +31,5 @@ You can find Python API documentation at http://python.qgis.org/api/ (work in pr You can use IDEs (PyCharm or Eclipse) to step through your code. Alternatively, you can install First Aid plugin and use it within QGIS. More info can be found here: https://www.lutraconsulting.co.uk/blog/2016/06/12/introducing-first-aid-plugin/ ## More info -* https://gisforthought.com/updating-a-plugin-from-qgis-2-to-qgis-3/ \ No newline at end of file +* https://gisforthought.com/updating-a-plugin-from-qgis-2-to-qgis-3/ +* https://github.com/gc-i/wntOS/wiki/QGIS3Port \ No newline at end of file