Changeset 10777 in ntrip for trunk/BNC/src/bncnetquerys.h


Ignore:
Timestamp:
Nov 5, 2025, 1:34:48 PM (4 weeks ago)
Author:
stuerze
Message:

CHANGE: back to the class QextSerialPort because the QT5 internal class QSerialPort seems to have a bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncnetquerys.h

    r10766 r10777  
    33
    44#include "bncnetquery.h"
    5 #include <QtSerialPort/QSerialPort>
     5#include "serial/qextserialport.h"
    66
    77class bncNetQueryS : public bncNetQuery {
     
    1717
    1818 private:
    19   QSerialPort* _serialPort;
     19  QextSerialPort* _serialPort;
    2020};
    2121
Note: See TracChangeset for help on using the changeset viewer.