X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fcursor.cpp;h=5f33416050d721b21af2b00835dc341259aeb391;hb=689dea92f288564260ef521f6f499e03e3cdbbd2;hp=836d0e93d758fd911e371ef5383eda291ffa41c6;hpb=b3f44329f5846bfb800ee53c15c65b2395d3ba0c;p=pulseview.git diff --git a/pv/view/cursor.cpp b/pv/view/cursor.cpp index 836d0e9..5f33416 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);