Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add a warning on QGIS server when the versions don't corresponds
QGIS server and project file.
- Loading branch information
Showing
with
45 additions
and 3 deletions.
- +3 −3 src/core/qgsproject.cpp
- +2 −0 src/core/qgsproject.h
- +9 −0 src/core/qgsprojectversion.cpp
- +4 −0 src/core/qgsprojectversion.h
- +27 −0 src/server/qgsconfigcache.cpp