mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
moved static version vars from qgisapp to qgis.h
git-svn-id: http://svn.osgeo.org/qgis/trunk@296 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
e63612ab16
commit
97126fd282
11
src/qgis.h
11
src/qgis.h
@ -13,6 +13,16 @@
|
||||
|
||||
namespace QGis
|
||||
{
|
||||
// Version constants
|
||||
//
|
||||
// Version string
|
||||
static const char *qgisVersion = "0.0.13 Development - September-October 2003";
|
||||
// Version number used for comparing versions using the "Check QGIS Version" function
|
||||
static const int qgisVersionInt = 13;
|
||||
|
||||
// Enumerations
|
||||
//
|
||||
// Maptool enumeration
|
||||
enum MapTools
|
||||
{
|
||||
ZoomIn,
|
||||
@ -24,6 +34,7 @@ namespace QGis
|
||||
Select
|
||||
};
|
||||
//! Used for symbology operations
|
||||
// Featuure types
|
||||
enum WKBTYPE
|
||||
{
|
||||
WKBPoint = 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user