mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
spelling fixes
This commit is contained in:
parent
b2602fcd5d
commit
9efbf28d71
@ -498,7 +498,7 @@ void QgsProjectionSelector::loadUserCrsList( QSet<QString> *crsFilter )
|
|||||||
if ( result )
|
if ( result )
|
||||||
{
|
{
|
||||||
// XXX This will likely never happen since on open, sqlite creates the
|
// XXX This will likely never happen since on open, sqlite creates the
|
||||||
// database if it does not exist. But we checked earlier for its existance
|
// database if it does not exist. But we checked earlier for its existence
|
||||||
// and aborted in that case. This is because we may be runnig from read only
|
// and aborted in that case. This is because we may be runnig from read only
|
||||||
// media such as live cd and don't want to force trying to create a db.
|
// media such as live cd and don't want to force trying to create a db.
|
||||||
showDBMissingWarning( databaseFileName );
|
showDBMissingWarning( databaseFileName );
|
||||||
@ -894,7 +894,7 @@ long QgsProjectionSelector::getLargestCRSIDMatch( const QString& theSql )
|
|||||||
if ( result )
|
if ( result )
|
||||||
{
|
{
|
||||||
// XXX This will likely never happen since on open, sqlite creates the
|
// XXX This will likely never happen since on open, sqlite creates the
|
||||||
// database if it does not exist. But we checked earlier for its existance
|
// database if it does not exist. But we checked earlier for its existence
|
||||||
// and aborted in that case. This is because we may be runnig from read only
|
// and aborted in that case. This is because we may be runnig from read only
|
||||||
// media such as live cd and don't want to force trying to create a db.
|
// media such as live cd and don't want to force trying to create a db.
|
||||||
showDBMissingWarning( databaseFileName );
|
showDBMissingWarning( databaseFileName );
|
||||||
|
@ -79,7 +79,7 @@ ENDMACRO(DETECT_OSG_VERSION)
|
|||||||
# full path of the library name. in order to differentiate release and debug, this macro get the
|
# full path of the library name. in order to differentiate release and debug, this macro get the
|
||||||
# NAME of the variables, so the macro gets as arguments the target name and the following list of parameters
|
# NAME of the variables, so the macro gets as arguments the target name and the following list of parameters
|
||||||
# is intended as a list of variable names each one containing the path of the libraries to link to
|
# is intended as a list of variable names each one containing the path of the libraries to link to
|
||||||
# The existance of a variable name with _DEBUG appended is tested and, in case it' s value is used
|
# The existence of a variable name with _DEBUG appended is tested and, in case it' s value is used
|
||||||
# for linking to when in debug mode
|
# for linking to when in debug mode
|
||||||
# the content of this library for linking when in debugging
|
# the content of this library for linking when in debugging
|
||||||
#######################################################################################################
|
#######################################################################################################
|
||||||
|
@ -15,11 +15,12 @@
|
|||||||
|
|
||||||
#include "qgsglobefeatureidentify.h"
|
#include "qgsglobefeatureidentify.h"
|
||||||
#include "qgsmapcanvas.h"
|
#include "qgsmapcanvas.h"
|
||||||
#include "featuresource/qgsglobefeaturesource.h"
|
|
||||||
|
|
||||||
#include <qgsmaplayerregistry.h>
|
#include <qgsmaplayerregistry.h>
|
||||||
#include <qgsrubberband.h>
|
#include <qgsrubberband.h>
|
||||||
#include <qgsvectorlayer.h>
|
#include <qgsvectorlayer.h>
|
||||||
|
|
||||||
|
#include "featuresource/qgsglobefeaturesource.h"
|
||||||
|
|
||||||
#include <osg/ValueObject>
|
#include <osg/ValueObject>
|
||||||
#include <osgEarth/Registry>
|
#include <osgEarth/Registry>
|
||||||
|
|
||||||
|
@ -78,7 +78,7 @@ class TestQgsSymbolLayerV2(unittest.TestCase):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def testBinding(self):
|
def testBinding(self):
|
||||||
"""Test python bindings existance."""
|
"""Test python bindings existence."""
|
||||||
mType = type(QgsSymbolLayerV2)
|
mType = type(QgsSymbolLayerV2)
|
||||||
mExpectedType = pyqtWrapperType
|
mExpectedType = pyqtWrapperType
|
||||||
mMessage = 'Expected "%s" got "%s"' % (mExpectedType, mType)
|
mMessage = 'Expected "%s" got "%s"' % (mExpectedType, mType)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user