X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Futil.hpp;h=e9689ec0d6b4248646c91124292495b730be719a;hp=b1e45dfb6a716d18d1d1ebf10014cb2c498314cb;hb=806d3e1eb3d60e93ff95d23e79588a0486730967;hpb=60d9b99a32e551cffd2b537d3e157d578a761c9b diff --git a/pv/util.hpp b/pv/util.hpp index b1e45dfb..e9689ec0 100644 --- a/pv/util.hpp +++ b/pv/util.hpp @@ -25,6 +25,7 @@ #include +#include #include namespace pv { @@ -83,4 +84,6 @@ QString format_second(const Timestamp& second); } // namespace util } // namespace pv +Q_DECLARE_METATYPE(pv::util::Timestamp) + #endif // PULSEVIEW_UTIL_HPP