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 4c0f066 commit 9b4090dCopy full SHA for 9b4090d
src/core/gps/qgsgpsconnection.cpp
@@ -21,6 +21,7 @@
21
#include <QTime>
22
#include <QIODevice>
23
#include <QStringList>
24
+#include <QFileInfo>
25
26
#include "qextserialport.h"
27
#include "qextserialenumerator.h"
@@ -208,7 +209,7 @@ QStringList QgsGPSConnection::availablePorts()
208
209
}
210
211
- mCboDevices->addItem( "usb:" );
212
+ devs << "usb:";
213
#endif
214
215
#ifdef __FreeBSD__ // freebsd
0 commit comments