18 #ifndef QGSGPSDETECTOR_H 
   19 #define QGSGPSDETECTOR_H 
   26 #include "qgis_core.h" 
   42     static QList< QPair<QString, QString> > availablePorts();
 
   47     void connDestroyed( QObject * );
 
   65     QList< QPair< QString, QString > > mPortList;
 
   66     QList<qint32> mBaudList;
 
   68     std::unique_ptr< QgsGpsConnection > mConn;
 
   71 #endif // QGSGPSDETECTOR_H