mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -04:00
run astyle
This commit is contained in:
parent
c47b4ca995
commit
3251eced69
@ -462,7 +462,7 @@ void QgsSpatiaLiteSourceSelect::on_btnConnect_clicked()
|
||||
tr( "Failure exploring tables from: %1\n\n%2" ).arg( mSqlitePath, errCause ) );
|
||||
break;
|
||||
case QgsSpatiaLiteConnection::FailedToCheckMetadata:
|
||||
QMessageBox::critical( this, tr( "SpatiaLite metadata check failed" ),
|
||||
QMessageBox::critical( this, tr( "SpatiaLite metadata check failed" ),
|
||||
tr( "Failure getting table metadata ... is this really a SpatialLite database? %1\n\n%2" ).arg( mSqlitePath, errCause ) );
|
||||
break;
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user