X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fcursor.cpp;h=5f33416050d721b21af2b00835dc341259aeb391;hb=49028d6c2d8aaf61b528e2dfb7ad3fe1ccb7169e;hp=836d0e93d758fd911e371ef5383eda291ffa41c6;hpb=5c5ce7574062e0d3ad4f7d9dde70b482315d54fb;p=pulseview.git diff --git a/pv/view/cursor.cpp b/pv/view/cursor.cpp index 836d0e93..5f334160 100644 --- a/pv/view/cursor.cpp +++ b/pv/view/cursor.cpp @@ -55,7 +55,7 @@ QString Cursor::get_text() const return pv::util::format_time(time_, view_.tick_prefix(), 2); } -QRectF Cursor::get_label_rect(const QRect &rect) const +QRectF Cursor::label_rect(const QRectF &rect) const { const shared_ptr other(get_other_cursor()); assert(other);