X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fheader.h;h=808de5d5c966aed905da5f2e06a88d5714e3c80a;hp=2b182978a905669d1145d9b06149fc8c4ce8aa4c;hb=f0c0b38f812bfbb2bb1978d40e2ce93f1da3f89d;hpb=0dda6fe595932b2e340930104fad8ac4fc574895 diff --git a/pv/view/header.h b/pv/view/header.h index 2b182978..808de5d5 100644 --- a/pv/view/header.h +++ b/pv/view/header.h @@ -90,6 +90,7 @@ Q_SIGNALS: private: QPoint _mouse_point; QPoint _mouse_down_point; + std::shared_ptr _mouse_down_item; bool _dragging; };