Changeset 9383 in ntrip for trunk/BNC/qwt/qwt_system_clock.h


Ignore:
Timestamp:
Mar 19, 2021, 9:15:03 AM (3 years ago)
Author:
stoecker
Message:

update to qwt verion 6.1.1 to fix build with newer Qt5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/qwt/qwt_system_clock.h

    r8127 r9383  
    2323  Precision and time intervals are multiples of milliseconds (ms).
    2424
     25  ( QwtSystemClock is obsolete since Qt 4.8 as QElapsedTimer offers the same
     26    precision )
     27
    2528  \note The implementation uses high-resolution performance counter on Windows,
    26         mach_absolute_time() on the Mac or POSIX timers on other systems. 
     29        mach_absolute_time() on the Mac or POSIX timers on other systems.
    2730        If none is available it falls back on QTimer.
    2831*/
Note: See TracChangeset for help on using the changeset viewer.