Skip to content

Commit fcb7209

Browse files
author
g_j_m
committed
Support usb connected gps's under windows. Addresses ticket #201.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5841 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 11ce27e commit fcb7209

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plugins/gps_importer/qgsgpsplugingui.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,10 @@ void QgsGPSPluginGui::populatePortComboBoxes() {
315315
#ifdef WIN32
316316
cmbULPort->insertItem("com1");
317317
cmbULPort->insertItem("com2");
318+
cmbULPort->insertItem("usb:");
318319
cmbDLPort->insertItem("com1");
319320
cmbDLPort->insertItem("com2");
321+
cmbDLPort->insertItem("usb:");
320322
#endif
321323

322324
// OSX, OpenBSD, NetBSD etc? Anyone?

0 commit comments

Comments
 (0)