profile: activate dragging of tooltipitem

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2023-06-25 17:31:58 +02:00
parent a527415ac9
commit 4c227aba42
6 changed files with 32 additions and 3 deletions

View file

@ -41,6 +41,10 @@ void ChartItem::setPos(QPointF)
{
}
void ChartItem::stopDrag(QPointF pos)
{
}
static int round_up(double f)
{
return static_cast<int>(ceil(f));