mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
comments
parameter docs and typo
This commit is contained in:
parent
1780f61abe
commit
7d3027a81e
@ -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 );
|
||||
|
||||
|
@ -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 ),
|
||||
|
Loading…
x
Reference in New Issue
Block a user