How to avoid “Project Has Changed on Disk” warning when saving a QGIS project after saving it in a PyQGIS plugin?
I have a PyQGIS plugin where I save the current QGIS project to a PostgreSQL database using the following code:
I have a PyQGIS plugin where I save the current QGIS project to a PostgreSQL database using the following code: