parameter docs and typo
This commit is contained in:
signedav 2018-07-09 14:14:54 +02:00
parent 1780f61abe
commit 7d3027a81e
2 changed files with 2 additions and 1 deletions

View File

@ -64,6 +64,7 @@ class CORE_EXPORT QgsOfflineEditing : public QObject
* \param offlineDbFile Offline db file name
* \param layerIds List of layer names to convert
* \param onlySelected Only copy selected features from layers where a selection is present
* \param containerType defines the SQLite file container type like SpatiaLite or GPKG
*/
bool convertToOfflineProject( const QString &offlineDataPath, const QString &offlineDbFile, const QStringList &layerIds, bool onlySelected = false, ContainerType containerType = SpatiaLite );

View File

@ -180,7 +180,7 @@ void QgsOfflineEditingPluginGui::mBrowseButton_clicked()
}
case QgsOfflineEditing::SpatiaLite:
{
//Spacialite
//SpaciaLite
QString fileName = QFileDialog::getSaveFileName( this,
tr( "Select target database for offline data" ),
QDir( mOfflineDataPath ).absoluteFilePath( mOfflineDbFile ),