X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fcursor.hpp;h=e78920e2c3e8df29572fb1d7cd6e62e5b9033e97;hp=79a0c7f87167441df62456d1666a883afe3df694;hb=6f925ba9d6faf1077b73c5a5808259576081716a;hpb=00f6bae935837b38b0d03a5928ba8175d460413f diff --git a/pv/view/cursor.hpp b/pv/view/cursor.hpp index 79a0c7f..e78920e 100644 --- a/pv/view/cursor.hpp +++ b/pv/view/cursor.hpp @@ -26,6 +26,8 @@ #include +using std::shared_ptr; + class QPainter; namespace pv { @@ -66,7 +68,7 @@ public: QRectF label_rect(const QRectF &rect) const; private: - std::shared_ptr get_other_cursor() const; + shared_ptr get_other_cursor() const; }; } // namespace TraceView