X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fheader.hpp;h=91612b956bb7c1d893f46d7145fcd5043b9aed93;hb=b485408f20c39ae8d05372a5faffe15653c74705;hp=f12d23ca5852f40a1707301e38b2d4de22910fec;hpb=2f7982367e8382e05c862de7afc71075ded5f606;p=pulseview.git diff --git a/pv/view/header.hpp b/pv/view/header.hpp index f12d23ca..91612b95 100644 --- a/pv/view/header.hpp +++ b/pv/view/header.hpp @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_VIEW_HEADER_H -#define PULSEVIEW_PV_VIEW_HEADER_H +#ifndef PULSEVIEW_PV_VIEW_HEADER_HPP +#define PULSEVIEW_PV_VIEW_HEADER_HPP #include #include @@ -74,18 +74,6 @@ private: std::shared_ptr get_mouse_over_item( const QPoint &pt); - /** - * Returns true if the selection of row items allows dragging. - * @return Returns true if the drag is acceptable. - */ - bool accept_drag() const; - - /** - * 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); @@ -95,17 +83,12 @@ 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 } // namespace pv -#endif // PULSEVIEW_PV_VIEW_HEADER_H +#endif // PULSEVIEW_PV_VIEW_HEADER_HPP