Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
parameter docs and typo
  • Loading branch information
signedav committed Jul 9, 2018
1 parent 1780f61 commit 7d3027a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/core/qgsofflineediting.h
Expand Up @@ -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 );

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/offline_editing/offline_editing_plugin_gui.cpp
Expand Up @@ -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 ),
Expand Down

0 comments on commit 7d3027a

Please sign in to comment.