Skip to content

Commit 41654d5

Browse files
author
jef
committedJan 12, 2010
missed a file in r12747
git-svn-id: http://svn.osgeo.org/qgis/trunk@12748 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ebc75f3 commit 41654d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/core/gps/qgsgpsconnection.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
#include <QObject>
2222
#include <QTimer>
23+
#include <QPair>
2324

2425
class QIODevice;
2526

@@ -92,7 +93,7 @@ class CORE_EXPORT QgsGPSConnection : public QObject
9293
const QTimer* timer() const { return mPollTimer; }
9394
void setTimer( QTimer* t );
9495

95-
static QStringList availablePorts();
96+
static QList< QPair<QString, QString> > availablePorts();
9697

9798
signals:
9899
void stateChanged( const QgsGPSInformation& info );

0 commit comments

Comments
 (0)
Please sign in to comment.