Skip to content

Commit

Permalink
Fix gps plugin error
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@11986 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 7, 2009
1 parent 63060d9 commit a4fc172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/plugins/gps_importer/qgsgpsplugingui.cpp
Expand Up @@ -37,11 +37,6 @@ QgsGPSPluginGui::QgsGPSPluginGui( const BabelMap& importers,
populatePortComboBoxes();
populateULLayerComboBox();
populateIMPBabelFormats();
populateLoadDialog();
populateULDialog();
populateDLDialog();
populateIMPDialog();
populateCONVDialog();

connect( pbULEditDevices, SIGNAL( clicked() ), this, SLOT( openDeviceEditor() ) );
connect( pbDLEditDevices, SIGNAL( clicked() ), this, SLOT( openDeviceEditor() ) );
Expand Down
3 changes: 2 additions & 1 deletion src/plugins/gps_importer/qgsgpsplugingui.h
Expand Up @@ -64,11 +64,12 @@ class QgsGPSPluginGui : public QDialog, private Ui::QgsGPSPluginGuiBase
void populateIMPBabelFormats();
void populatePortComboBoxes();
void populateLoadDialog();
/*
void populateDLDialog();
void populateULDialog();
void populateIMPDialog();
void populateCONVDialog();

*/
private slots:

void on_pbnRefresh_clicked();
Expand Down

0 comments on commit a4fc172

Please sign in to comment.