Skip to content
Permalink
Browse files
Support usb connected gps's under windows. Addresses ticket #201.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5841 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Sep 20, 2006
1 parent b955b7f commit 03b0e98
Showing 1 changed file with 2 additions and 0 deletions.
@@ -315,8 +315,10 @@ void QgsGPSPluginGui::populatePortComboBoxes() {
#ifdef WIN32
cmbULPort->insertItem("com1");
cmbULPort->insertItem("com2");
cmbULPort->insertItem("usb:");
cmbDLPort->insertItem("com1");
cmbDLPort->insertItem("com2");
cmbDLPort->insertItem("usb:");
#endif

// OSX, OpenBSD, NetBSD etc? Anyone?

0 comments on commit 03b0e98

Please sign in to comment.