X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fheader.hpp;h=ac8f792f6b9656b9de622eb82a0001aae06b0ca8;hp=6756681624a4f6aaf2abf423c529098b44ba7423;hb=f9abacf20c85333a3a6be785049e7658967e3104;hpb=b434cbaf3208c2037fd5f86001b367b46ba926ba diff --git a/pv/view/header.hpp b/pv/view/header.hpp index 67566816..ac8f792f 100644 --- a/pv/view/header.hpp +++ b/pv/view/header.hpp @@ -74,12 +74,6 @@ private: std::shared_ptr get_mouse_over_item( const QPoint &pt); - /** - * Drag the dragging items by the delta offset. - * @param delta the drag offset in pixels. - */ - void drag_items(const QPoint &delta); - private: void paintEvent(QPaintEvent *event); @@ -89,14 +83,9 @@ private: void keyPressEvent(QKeyEvent *e); private Q_SLOTS: - void on_signals_moved(); - void on_group(); void on_ungroup(); - -Q_SIGNALS: - void signals_moved(); }; } // namespace view