X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fcursor.hpp;h=e78920e2c3e8df29572fb1d7cd6e62e5b9033e97;hp=319d3a746aaae4f74c254cfb294891bd3025efae;hb=6f925ba9d6faf1077b73c5a5808259576081716a;hpb=f4e57597347e47a4ea58fbdc7b0a22e07f1c0ede diff --git a/pv/view/cursor.hpp b/pv/view/cursor.hpp index 319d3a7..e78920e 100644 --- a/pv/view/cursor.hpp +++ b/pv/view/cursor.hpp @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #ifndef PULSEVIEW_PV_VIEWS_TRACEVIEW_CURSOR_HPP @@ -27,6 +26,8 @@ #include +using std::shared_ptr; + class QPainter; namespace pv { @@ -67,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