mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Cater for those crazy folks who have more than 2 com ports on their windows boxes
git-svn-id: http://svn.osgeo.org/qgis/trunk@8809 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
a389923a63
commit
5793266677
@ -354,9 +354,13 @@ void QgsGPSPluginGui::populatePortComboBoxes() {
|
||||
#ifdef WIN32
|
||||
cmbULPort->addItem("com1");
|
||||
cmbULPort->addItem("com2");
|
||||
cmbULPort->addItem("com3");
|
||||
cmbULPort->addItem("com4");
|
||||
cmbULPort->addItem("usb:");
|
||||
cmbDLPort->addItem("com1");
|
||||
cmbDLPort->addItem("com2");
|
||||
cmbDLPort->addItem("com3");
|
||||
cmbDLPort->addItem("com4");
|
||||
cmbDLPort->addItem("usb:");
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user