X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fcursorpair.h;h=f7eb51cacaabe9a79cf2d715c487eed94f5ab222;hp=6c56dcd71dc89499dc8a5eceecd6593f43be1a85;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hpb=2a21747e9daac2a45cd9a5ceb9a351f9775c5704 diff --git a/pv/view/cursorpair.h b/pv/view/cursorpair.h index 6c56dcd7..f7eb51ca 100644 --- a/pv/view/cursorpair.h +++ b/pv/view/cursorpair.h @@ -69,10 +69,10 @@ public: std::pair get_cursor_offsets() const; private: - std::shared_ptr _first, _second; - const View &_view; + std::shared_ptr first_, second_; + const View &view_; - QSizeF _text_size; + QSizeF text_size_; }; } // namespace view