From 182fe3ca8ab3de5063bf2e0214378383aaf88bfd Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Tue, 27 Jun 2017 10:43:14 +0200 Subject: [PATCH] fix qt version in comment --- python/custom_widgets/qgis_customwidgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/custom_widgets/qgis_customwidgets.py b/python/custom_widgets/qgis_customwidgets.py index 0a8b6d108dc..3207fb71d0c 100644 --- a/python/custom_widgets/qgis_customwidgets.py +++ b/python/custom_widgets/qgis_customwidgets.py @@ -20,7 +20,7 @@ """ This file is used by pyuic to redirect includes in custom widgets to the correct QGIS python packages. -It is copied on installation in /pythonX/dist-packages/PyQt4/uic/widget-plugins/ +It is copied on installation in /pythonX/dist-packages/PyQt5/uic/widget-plugins/ """ # solution with CW_FILTER not fully working due to include of other files