]> git.cworth.org Git - apitrace/blobdiff - gui/apitracecall.h
add lots of quirks and details view
[apitrace] / gui / apitracecall.h
index 1c0340873741092b806400722e6dfd003ab98cfe..4cfa9ae0b9bfd731d616a93fb7e5b00083042c83 100644 (file)
@@ -112,5 +112,7 @@ private:
     mutable QString m_richText;
     mutable QStaticText m_staticText;
 };
+Q_DECLARE_METATYPE(ApiTraceCall);
+Q_DECLARE_METATYPE(ApiTraceCall*);
 
 #endif