X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdata%2Fsegment.hpp;h=8465949c3a13e444846b9596e2aa413592092f5c;hb=9d307c60d7fc2dee27bca6eaadd1e68bf7ab0cbf;hp=f5a00c9581530529044cb33d283f52cbb7c1d162;hpb=50e56db003055e96c5a12e675889e4afad07b65c;p=pulseview.git diff --git a/pv/data/segment.hpp b/pv/data/segment.hpp index f5a00c95..8465949c 100644 --- a/pv/data/segment.hpp +++ b/pv/data/segment.hpp @@ -121,4 +121,8 @@ protected: } // namespace data } // namespace pv +typedef std::shared_ptr SharedPtrToSegment; + +Q_DECLARE_METATYPE(SharedPtrToSegment); + #endif // PULSEVIEW_PV_DATA_SEGMENT_HPP