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 ebc75f3 commit 41654d5Copy full SHA for 41654d5
src/core/gps/qgsgpsconnection.h
@@ -20,6 +20,7 @@
20
21
#include <QObject>
22
#include <QTimer>
23
+#include <QPair>
24
25
class QIODevice;
26
@@ -92,7 +93,7 @@ class CORE_EXPORT QgsGPSConnection : public QObject
92
93
const QTimer* timer() const { return mPollTimer; }
94
void setTimer( QTimer* t );
95
- static QStringList availablePorts();
96
+ static QList< QPair<QString, QString> > availablePorts();
97
98
signals:
99
void stateChanged( const QgsGPSInformation& info );
0 commit comments