But check out 5089
// In 5.2 we switched to using Qt::TimeSpec and added offset support
dateAndTime = getDateTime(dateTime.d);
out << dateAndTime << qint8(dateTime.timeSpec());
It's milliseconds now instead of seconds so needs 64-bit. de Mike W9MDB
From: Bill Somerville <[email protected]>
To: [email protected]
Sent: Wednesday, May 24, 2017 8:08 AM
Subject: Re: [wsjt-devel] Small patch
On 24/05/2017 13:24, Black Michael wrote:
The QTime should be quint64 and not quint32 in NetworkMessage.hpp
Hi Mike, that's not correct. The correct information can be found here:
http://doc.qt.io/qt-5/datastreamformat.html and coded as:
http://code.qt.io/cgit/qt/qtbase.git/tree/src/corelib/tools/qdatetime.cpp See
the QDataStream inserter and extractor for QTime types at lines 5045 and 5063
respectively. 73
Bill
G4WJS.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org!
http://sdm.link/slashdot_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel