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


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.cpp

    r8127 r9383  
    3333    delete d_data;
    3434}
    35    
     35
    3636bool QwtSystemClock::isNull() const
    3737{
    3838    return d_data->timer.isValid();
    3939}
    40        
     40
    4141void QwtSystemClock::start()
    4242{
     
    5555    return nsecs / 1e6;
    5656}
    57    
     57
    5858#else // !USE_ELAPSED_TIMER
    5959
     
    357357
    358358/*!
    359   Set the start time to the current time 
     359  Set the start time to the current time
    360360  \return Time, that is elapsed since the previous start time.
    361361*/
Note: See TracChangeset for help on using the changeset viewer.