mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
astyle on left overs
This commit is contained in:
parent
2e7de50b42
commit
8bbb7d92f6
@ -763,7 +763,7 @@ QgsSqliteHandle *QgsSqliteHandle::openDb( const QString &dbPath, bool shared )
|
||||
return handle;
|
||||
}
|
||||
|
||||
void QgsSqliteHandle::closeDb( QgsSqliteHandle*&handle )
|
||||
void QgsSqliteHandle::closeDb( QgsSqliteHandle *&handle )
|
||||
{
|
||||
if ( handle->ref == -1 )
|
||||
{
|
||||
|
@ -169,7 +169,7 @@ class QgsSqliteHandle
|
||||
|
||||
static QgsSqliteHandle *openDb( const QString &dbPath, bool shared = true );
|
||||
static bool checkMetadata( sqlite3 *handle );
|
||||
static void closeDb( QgsSqliteHandle*&handle );
|
||||
static void closeDb( QgsSqliteHandle *&handle );
|
||||
|
||||
/**
|
||||
* Will close any cached connection
|
||||
|
Loading…
x
Reference in New Issue
Block a user