Skip to content

Commit

Permalink
Added null based transformer rules for qgis 1.6 - 17 projects and oth…
Browse files Browse the repository at this point in the history
…er missing ones for older releases.

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15441 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Mar 12, 2011
1 parent 89403e5 commit 2cc84a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/qgsprojectfiletransform.cpp
Expand Up @@ -46,6 +46,8 @@ QgsProjectFileTransform::transform QgsProjectFileTransform::transformers[] =
{PFV( 1, 2, 0 ), PFV( 1, 3, 0 ), &QgsProjectFileTransform::transformNull},
{PFV( 1, 3, 0 ), PFV( 1, 4, 0 ), &QgsProjectFileTransform::transformNull},
{PFV( 1, 4, 0 ), PFV( 1, 5, 0 ), &QgsProjectFileTransform::transform1400to1500},
{PFV( 1, 5, 0 ), PFV( 1, 6, 0 ), &QgsProjectFileTransform::transformNull},
{PFV( 1, 6, 0 ), PFV( 1, 7, 0 ), &QgsProjectFileTransform::transformNull},
};

bool QgsProjectFileTransform::updateRevision( QgsProjectVersion newVersion )
Expand Down Expand Up @@ -448,3 +450,4 @@ void QgsProjectFileTransform::transform1400to1500()
}
}
}

0 comments on commit 2cc84a5

Please sign in to comment.