Skip to content

Commit

Permalink
missed a file in r12747
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12748 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jan 12, 2010
1 parent b8def0b commit 3b73852
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/gps/qgsgpsconnection.h
Expand Up @@ -20,6 +20,7 @@

#include <QObject>
#include <QTimer>
#include <QPair>

class QIODevice;

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

static QStringList availablePorts();
static QList< QPair<QString, QString> > availablePorts();

signals:
void stateChanged( const QgsGPSInformation& info );
Expand Down

0 comments on commit 3b73852

Please sign in to comment.