X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fcursor.h;h=649230ce56dfe7807400fe98ca0628f20bd07e5d;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hp=290365e8ff3e28f9a5ee9b00f4237d8785b29130;hpb=8debe10dd47a5f519cd6e9069231f8e77c9c04e1;p=pulseview.git diff --git a/pv/view/cursor.h b/pv/view/cursor.h index 290365e..649230c 100644 --- a/pv/view/cursor.h +++ b/pv/view/cursor.h @@ -23,7 +23,7 @@ #include "timemarker.h" -#include +#include #include @@ -74,10 +74,10 @@ public: private: void compute_text_size(QPainter &p, unsigned int prefix); - boost::shared_ptr get_other_cursor() const; + std::shared_ptr get_other_cursor() const; private: - QSizeF _text_size; + QSizeF text_size_; }; } // namespace view