jtamate added a comment.

  Another hypothesis:
  
    QDeadlineTimer::QDeadlineTimer(qint64 msecs, Qt::TimerType type) 
Q_DECL_NOTHROW
        : t2(0)
    {
        setRemainingTime(msecs, type);
    }
  
  As t1 is not initialized and QDeadlineTimer::setPreciseRemainingTime only add 
to t1, it could be any value instead of 0?.
  
  Should I open a Qt bug?

REPOSITORY
  R271 KDBusAddons

REVISION DETAIL
  https://phabricator.kde.org/D14302

To: jtamate, dfaure, #frameworks, thiago
Cc: kde-frameworks-devel, michaelh, ngraham, bruns

Reply via email to