mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-12 00:02:25 -04:00
Fix gps plugin error
git-svn-id: http://svn.osgeo.org/qgis/trunk@11986 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
63060d9aa8
commit
a4fc172081
@ -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() ) );
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user