[QGIS Commit] r8724 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Mon Jul 7 06:08:04 EDT 2008


Author: timlinux
Date: 2008-07-07 06:08:04 -0400 (Mon, 07 Jul 2008)
New Revision: 8724

Modified:
   trunk/qgis/src/app/qgsoptions.h
Log:
uncommented mGlobalSRS that was causing build error

Modified: trunk/qgis/src/app/qgsoptions.h
===================================================================
--- trunk/qgis/src/app/qgsoptions.h	2008-07-07 08:24:10 UTC (rev 8723)
+++ trunk/qgis/src/app/qgsoptions.h	2008-07-07 10:08:04 UTC (rev 8724)
@@ -97,7 +97,7 @@
     QWidget *qparent;
 
     //!Global default projection used for new layers added that have no projection
-    //long mGlobalSRSID;
+    long mGlobalSRSID;
 
     //!Default proj4 string used for new layers added that have no projection
     QString mGlobalProj4String;



More information about the QGIS-commit mailing list