Skip to content

Commit 518a7ff

Browse files
author
timlinux
committedNov 7, 2009
Fix gps plugin error
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11986 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed
 

‎src/plugins/gps_importer/qgsgpsplugingui.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ QgsGPSPluginGui::QgsGPSPluginGui( const BabelMap& importers,
3737
populatePortComboBoxes();
3838
populateULLayerComboBox();
3939
populateIMPBabelFormats();
40-
populateLoadDialog();
41-
populateULDialog();
42-
populateDLDialog();
43-
populateIMPDialog();
44-
populateCONVDialog();
4540

4641
connect( pbULEditDevices, SIGNAL( clicked() ), this, SLOT( openDeviceEditor() ) );
4742
connect( pbDLEditDevices, SIGNAL( clicked() ), this, SLOT( openDeviceEditor() ) );

‎src/plugins/gps_importer/qgsgpsplugingui.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,12 @@ class QgsGPSPluginGui : public QDialog, private Ui::QgsGPSPluginGuiBase
6464
void populateIMPBabelFormats();
6565
void populatePortComboBoxes();
6666
void populateLoadDialog();
67+
/*
6768
void populateDLDialog();
6869
void populateULDialog();
6970
void populateIMPDialog();
7071
void populateCONVDialog();
71-
72+
*/
7273
private slots:
7374

7475
void on_pbnRefresh_clicked();

0 commit comments

Comments
 (0)
Please sign in to comment.