[QGIS Commit] r12748 - trunk/qgis/src/core/gps

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Jan 12 13:15:55 EST 2010


Author: jef
Date: 2010-01-12 13:15:55 -0500 (Tue, 12 Jan 2010)
New Revision: 12748

Modified:
   trunk/qgis/src/core/gps/qgsgpsconnection.h
Log:
missed a file in r12747

Modified: trunk/qgis/src/core/gps/qgsgpsconnection.h
===================================================================
--- trunk/qgis/src/core/gps/qgsgpsconnection.h	2010-01-12 18:14:47 UTC (rev 12747)
+++ trunk/qgis/src/core/gps/qgsgpsconnection.h	2010-01-12 18:15:55 UTC (rev 12748)
@@ -20,6 +20,7 @@
 
 #include <QObject>
 #include <QTimer>
+#include <QPair>
 
 class QIODevice;
 
@@ -92,7 +93,7 @@
     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 );



More information about the QGIS-commit mailing list