4#ifndef QQUICKVELOCITYCALCULATOR_P_P_H
5#define QQUICKVELOCITYCALCULATOR_P_P_H
18#include <QtCore/qpoint.h>
19#include <QtCore/qelapsedtimer.h>
20#include <QtCore/private/qglobal_p.h>
35 qint64 m_point1Timestamp = 0;
36 qint64 m_point2Timestamp = 0;
\inmodule QtCore\reentrant
void startMeasuring(const QPointF &point1, qint64 timestamp=0)
void stopMeasuring(const QPointF &m_point2, qint64 timestamp=0)
Combined button and popup list for selecting options.