Skip to content

Commit

Permalink
Remove GPX feature type conversion from GPS tools plugin
Browse files Browse the repository at this point in the history
This functionality is now exposed by the processing algorithm instead
  • Loading branch information
nyalldawson committed Jul 30, 2021
1 parent b58aee7 commit 7a152e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/gps_importer/qgsgpsplugingui.h
Expand Up @@ -86,7 +86,7 @@ class QgsGpsPluginGui : public QDialog, private Ui::QgsGpsPluginGuiBase
void importGPSFile( const QString &inputFileName, QgsAbstractBabelFormat *importer,
Qgis::GpsFeatureType type, const QString &outputFileName,
const QString &layerName );
void downloadFromGPS( const QString &device, const QString &port, Qgis::GpsFeatureType type,
void downloadFromGPS( const QString &device, const QString &port, Qgis::GpsFeatureType type,
const QString &outputFileName, const QString &layerName );
void uploadToGPS( QgsVectorLayer *gpxLayer, const QString &device, const QString &port );

Expand Down

0 comments on commit 7a152e2

Please sign in to comment.