Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't need to be told the sqlite db has been created
Will show up in browser right away
  • Loading branch information
NathanW2 committed Mar 29, 2016
1 parent d732d84 commit 956d54a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/providers/spatialite/qgsspatialitedataitems.cpp
Expand Up @@ -355,8 +355,6 @@ void QgsSLRootItem::createDatabase()
QString errCause;
if ( ::createDb( filename, errCause ) )
{
QMessageBox::information( nullptr, tr( "Create SpatiaLite database" ), tr( "The database has been created" ) );

// add connection
settings.setValue( "/SpatiaLite/connections/" + QFileInfo( filename ).fileName() + "/sqlitepath", filename );

Expand Down

0 comments on commit 956d54a

Please sign in to comment.