Skip to content

Commit

Permalink
Simple formatting changes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8740 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jul 8, 2008
1 parent 488aee5 commit 441758c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/core/CMakeLists.txt
Expand Up @@ -108,7 +108,8 @@ raster/qgsrasterlayer.h

QT4_WRAP_CPP(QGIS_CORE_MOC_SRCS ${QGIS_CORE_MOC_HDRS})

INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}
INCLUDE_DIRECTORIES(
${CMAKE_CURRENT_SOURCE_DIR}
raster
renderer
symbology
Expand Down
5 changes: 3 additions & 2 deletions src/core/qgis.cpp
Expand Up @@ -31,8 +31,9 @@ const char* QGis::qgisVersion = VERSION;
// SVN version
const char* QGis::qgisSvnVersion = QGSSVNVERSION;

// Version number used for comparing versions using the "Check QGIS Version" function
const int QGis::qgisVersionInt =VERSION_INT;
// Version number used for comparing versions using the
// "Check QGIS Version" function
const int QGis::qgisVersionInt = VERSION_INT;

// Release name
const char* QGis::qgisReleaseName = RELEASE_NAME;
Expand Down

0 comments on commit 441758c

Please sign in to comment.