We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent ca87b0a commit e932429Copy full SHA for e932429
src/plugins/gps_importer/qgsgpsplugingui.cpp
@@ -354,9 +354,13 @@ void QgsGPSPluginGui::populatePortComboBoxes() {
354
#ifdef WIN32
355
cmbULPort->addItem("com1");
356
cmbULPort->addItem("com2");
357
+ cmbULPort->addItem("com3");
358
+ cmbULPort->addItem("com4");
359
cmbULPort->addItem("usb:");
360
cmbDLPort->addItem("com1");
361
cmbDLPort->addItem("com2");
362
+ cmbDLPort->addItem("com3");
363
+ cmbDLPort->addItem("com4");
364
cmbDLPort->addItem("usb:");
365
#endif
366
0 commit comments