]> sigrok.org Git - pulseview.git/blobdiff - pv/views/trace/viewitem.cpp
Implement expansion marker animation and its infrastructure
[pulseview.git] / pv / views / trace / viewitem.cpp
index 2a3a6926190fb00c0c5aac1b35b0f564c554727e..f84080ec79fe92c9207dd6d713135c4c15c3c9b9 100644 (file)
@@ -153,6 +153,11 @@ void ViewItem::hover_point_changed(const QPoint &hp)
        (void)hp;
 }
 
+void ViewItem::mouse_left_press_event(const QMouseEvent* event)
+{
+       (void)event;
+}
+
 } // namespace trace
 } // namespace views
 } // namespace pv